UNPKG

2.52 kBMarkdownView Raw
1## [0.7.1](https://github.com/littlebee/bumble-strings.git/compare/0.7.0...0.7.1) (2018-04-26)
2
3
4### Other Commits
5* [37ab6e9](https://github.com/littlebee/bumble-strings.git/commit/37ab6e9bcb09d7f757742e9a08954579c43d05dd) fix bug in weaklyIn() and add tests
6
7## [0.7.0](https://github.com/littlebee/bumble-strings.git/compare/0.6.3...0.7.0) (2018-04-22)
8these are the remaining methods we previously used from either underscore.string or inflection.js
9
10### Other Commits
11* [a6a911b](https://github.com/littlebee/bumble-strings.git/commit/a6a911bcf61796eee079544b0ee7ba22bf4e59f9) add dasherize, titleize and humanize with tests
12
13## [0.6.3](https://github.com/littlebee/bumble-strings.git/compare/0.6.2...0.6.3) (2018-04-20)
14Weakly compare now functions as the documentation says.
15
16### Other Commits
17* [17dd04f](https://github.com/littlebee/bumble-strings.git/commit/17dd04f3c50ac8e5095566e82cbffb8d41f4490f) add test and fix remaining bug in weaklyCompare
18
19## [0.6.2](https://github.com/littlebee/bumble-strings.git/compare/0.6.1...0.6.2) (2018-04-20)
20I th
21
22### Other Commits
23* [c388066](https://github.com/littlebee/bumble-strings.git/commit/c388066bfd07d0d0c397f5bc73ae0ae9e4c79d24) add package lock file
24
25## [0.6.1](https://github.com/littlebee/bumble-strings.git/compare/0.5.0...0.6.1) (2018-04-20)
26
27
28### Other Commits
29* [70ae1a7](https://github.com/littlebee/bumble-strings.git/commit/70ae1a770a0044c5769ec372a0c7f8224967c373) fix issue with weaklyCompare - it should not return boolean but instead return -1, 0 or 1 like localeCompare like the docs say
30
31## [0.5.0](https://github.com/littlebee/bumble-strings.git/compare/0.4.1...0.5.0) (2016-09-253)
32
33
34### New Features
35* [99ff524](https://github.com/littlebee/bumble-strings.git/commit/99ff524759292bc2dd45be2e2faf7c4e17289564) bunch of new methods: isNumeric(), numerize(str), capitalize(), ... from old string helpers with tests
36
37## [0.4.1](https://github.com/littlebee/bumble-strings.git/compare/0.4.0...0.4.1) (2016-03-87)
38
39
40### Other Commits
41* [815f2be](https://github.com/littlebee/bumble-strings.git/commit/815f2be3e5b5981ba7d5b22c459602bc26e60b43) reupdated changelog
42
43## [0.4.0](https://github.com/littlebee/bumble-strings.git/compare/0.0.0...0.4.0) (2016-03-87)
44We now have (online api docs)[http://littlebee.github.io/bumble-strings/docs/api/]!
45
46### New Features
47* [78c50fc](https://github.com/littlebee/bumble-strings.git/commit/78c50fce9fd567393e70f4bafd97bd4bc91d7370) added support for one or many other strings for weak comparision methods.