Skip to main content

Release: 0.3 - Persistent Data Structures

Latest update

v0.3.3 - RangeIterator fix

Released 2021-06-04 · GitHub release


v0.3.2 - Fixed transient maps

Released 2021-05-25 · GitHub release


v0.3.1 - Fix return type of for loop

Released 2021-05-16 · GitHub release


v0.3.0 - Persistent Data Structures

Released 2021-05-12 · GitHub release

This release adds persistent (immutable) data structures to Phel.

Changelog

  • New persistent data structures (#244)
    • The old data structures have been deprecated and will be removed in the next version.
  • Rename fmt command to format (#248)
  • Added new function take-last (#245)
  • Added new function re-seq (#245)
  • partition now returns all items if the length of the given array is lower than the given size n. (#246)
  • partition now returns remaining items if the size of the remaining array is lower than given size n. (#246)
  • Added new function contains? (#267)

View release on GitHub