Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 698 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 698 Bytes

Changelog for Pelemay

v0.0.6

  • Support String.replace (only in the case that the global option is omitted)
  • Fix a bug related int64

v0.0.5

  • Support Nerves
  • Add some doctests

v0.0.4

  • Support to convert Range into List
  • Make Pelemay the docs index
  • Revise Installation in README.md
  • Create CHANGELOG.md
  • Refactor Pelemay, Optimizer module to remove "module" argument

v0.0.3

  • Support Windows.
  • Update Installation of README, again.
  • Cover all doctests executed by mix test.

v0.0.2

  • Support to be imported by mix deps.get.
  • Remove sample code and benchmarks.
  • Fix a degrading bug.
  • Update Installation of README.
  • Add some tests.

v0.0.1

  • First release.