All Versions
6
Latest Version
Avg Release Cycle
24 days
Latest Release
3115 days ago

Changelog History

  • v1.0.0 Changes

    October 06, 2015

    โž• Added

    • Format.Number.as_human_size/2, #77, (druzn3k)
    • โž• Add ActiveSupport feature list, #80, (Axxiss)

    โœจ Enhanced

    • โž• Add documentation for List.in_groups/3, Crutches.Format.List and
      Crutches.Integer, #79, (druzn3k)

    ๐Ÿ”„ Changed

    • Delegate String.camelize/1 and String.underscore/1 to Mix.Utils, #68,
      (druzn3k)
    • โœ… Test against Elixir v1.1.0, 37d466f6, (duijf)
    • Reformat CHANGELOG.md, (duijf)

    ๐Ÿ›  Fixed

  • v0.0.5 Changes

    August 26, 2015

    โž• Added

    โœจ Enhanced

    • ๐ŸŽ List.shorten performance enhancements, #66, (lpil)
    • ๐Ÿ”จ Format.Number.as_delimited refactor, #57, (duijf)
    • ๐Ÿ“š Project documentation, #37, #39, (druzn3k, duijf)

    ๐Ÿ”„ Changed

    • Integer.ordinal => Format.Integer, #70, (knrz)
    • List.to_sentence => Format.List.as_sentence?
    • Keyword.* => Option.*, #43, (duijf)
    • Helpers.Number => Format.Number, #46, (druzn3k)
    • Integer.* => Format.Integer.*, #71, (knrz)
    • Dependencies cleanup, #62, (druzn3k)
    • Number.* uses Option.*, #38, (jesuspc)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix markdown links in REAMDE.md, #55, (doomspork)
    • ๐Ÿ›  Fix typo in README.md, #50, (caryanne)
    • Incorrect results in Integer.ordinal, #49, ([joeyates])
    • Dialyzer types, #41, (duijf)
  • v0.0.4 Changes

    July 26, 2015

    โž• Added

    • List.shorten/2, #11
    • List.to/2, #14
    • List.split/2, #14
    • Integer.ordinal/1 and Integer.ordinalize/1,
      #18
    • Enum.many/1, #18
    • Integer.multiple_of?/2, #18
    • Keyword.all_keys_valid?/2, #21
    • Keyword.validate_keys/2 and Keyword.validate_keys!/2, #21
    • Travis and Inch Continuous Integration suites and badges

    ๐Ÿ›  Fixed

    • โœ… Tests for the Crutches.String module,
      #14

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactor of List.to_sentence/2
    • Ask contributors to let others know when they are working on something in the
      REAMDE.
    • List.without/2 is now Enum.without/2,
      #18
    • โœ‚ Remove list of functions in the README to Hexdocs.
  • v0.0.3 Changes

    July 17, 2015

    โž• Added

    • List module and Crutches.List.without/2,
      #8
    • List.from/2, #9
    • List.to_sentence, #10
    • String.to/2
    • String.squish/1
    • ๐Ÿšš String.remove/2

    ๐Ÿ”„ Changed

    • โž• Added a license notice to the REAMDE (MIT)
    • โž• Added sales pitch and contributors notice to the README.
  • v0.0.2 Changes

    August 04, 2015

    โž• Added

    • String.from/2
    • String.camelize/1
  • v0.0.1 Changes

    August 04, 2015

    โž• Added

    • A new Elixir project skeleton
    • String module for functions pertaining to operations on Elixir's String type.
    • String.underscore/1