All Versions
6
Latest Version
Avg Release Cycle
24 days
Latest Release
3907 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
October 06, 2015โ Added
โจ Enhanced
- โ Add documentation for
List.in_groups/3,Crutches.Format.Listand
Crutches.Integer, #79, (druzn3k)
๐ Changed
- Delegate
String.camelize/1andString.underscore/1toMix.Utils, #68,
(druzn3k) - โ
Test against Elixir v1.1.0,
37d466f6, (duijf) - Reformat
CHANGELOG.md, (duijf)
๐ Fixed
- โ Add documentation for
-
v0.0.5 Changes
August 26, 2015โ Added
Range.overlaps?/2, #74, (jdl)Range.intersection/2, #74, (jdl)Range.union/2, #74, (jdl)String.truncate/1, #65, (knrz)Optionmodule, #43, (duijf)Format.Number.as_rounded/2, #64, (knrz)Format.Number.as_human/2, #61, (druzn3k)Format.Number.as_percentage/2, #59, (Axxiss)Format.Number.as_currency/2, #51, (jesuspc)Format.Number.as_phone/2, #35, (jesuspc)CHANGELOG.md, #58, (duijf)- โ Added Gitter webhook to Travis, #54, (duijf)
Map.deep_key_change/2, #48, (mykewould)List.in_groups/4, #33, (druzn3k)
โจ Enhanced
- ๐
List.shortenperformance enhancements, #66, (lpil) - ๐จ
Format.Number.as_delimitedrefactor, #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.*usesOption.*, #38, (jesuspc)
๐ Fixed
-
v0.0.4 Changes
July 26, 2015โ Added
List.shorten/2, #11List.to/2, #14List.split/2, #14Integer.ordinal/1andInteger.ordinalize/1,
#18Enum.many/1, #18Integer.multiple_of?/2, #18Keyword.all_keys_valid?/2, #21Keyword.validate_keys/2andKeyword.validate_keys!/2, #21- Travis and Inch Continuous Integration suites and badges
๐ Fixed
- โ
Tests for the
Crutches.Stringmodule,
#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/2is nowEnum.without/2,
#18- โ Remove list of functions in the README to Hexdocs.
-
v0.0.3 Changes
July 17, 2015 -
v0.0.2 Changes
August 04, 2015โ Added
String.from/2String.camelize/1
-
v0.0.1 Changes
August 04, 2015โ Added
- A new Elixir project skeleton
Stringmodule for functions pertaining to operations on Elixir's String type.String.underscore/1