Skip to content

Releases: mykewould/crutches

v1.0.0

06 Oct 04:55
Compare
Choose a tag to compare

Added

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

26 Aug 05:24
Compare
Choose a tag to compare

Added

Enhanced

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

26 Jul 06:12
Compare
Choose a tag to compare

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

17 Jul 17:09
Compare
Choose a tag to compare

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

04 Aug 22:47
Compare
Choose a tag to compare

Added

  • String.from/2
  • String.camelize/1

v0.0.1

04 Aug 22:46
Compare
Choose a tag to compare

Added

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