Releases: adrian2x/atomic-fns
Releases · adrian2x/atomic-fns
v1.1.5
v1.1.5 Strings
This version adds a string module with common methods for formatting and handling strings with Unicode characters, like:
- isAlpha
- isNumeric
- isAlnum
- asciify
- removeAccents
- slugify
- capitalize
- sentenceCase
- titleCase
- camelCase
- kebabCase
- pascalCase
This list is non-exhaustive but will continue to grow to include more advanced methods.
Thank you to all who suggested adding these!
v1.1.2
v1.0.0
What's Changed
- Updated type definitions
- NEW
callAsync
function to convert to promise - NEW
Trie
data structure - NEW
decimal
module
Full Changelog: v0.4.3...v1.0.0
v0.4.3
What's Changed
- Rename
findRight
asfindLast
- Added more generic typedefs for function overloads
NEW
Decimal
type with correct, arbitrary-precision floating point arithmetic.Currency
type for local money formatting- Binary search functions (
binarySearch
,bisect
,bisectLeft
)
Full Changelog: v0.4.2...v0.4.3