Release: v0.3.0 - Persistent Data Structures

Released

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