Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 511 Bytes

File metadata and controls

21 lines (13 loc) · 511 Bytes

Changelog

v0.1.3 (2023-04-21)

  • Improved the README.md by providing examples

v0.1.2 (2023-04-21)

  • Added tests to get full coverage
  • Replaced the implementation of ExArray.equal?/2
  • Added a clause for non ExArray argument for ExArray.is_array/1
  • Fixed the implementation of ExArray.from_erlang_array/1 to return an ExArray

v0.1.1 (2023-04-21)

  • Changed the internal implementation of ExArray
  • Improved the typespecs and documentations

v0.1.0 (2023-04-20)

  • Version initial