Skip to content

Releases: adrian2x/atomic-fns

v1.1.5

12 Dec 00:34
Compare
Choose a tag to compare

v1.1.5 Strings

This version adds a string module with common methods for formatting and handling strings with Unicode characters, like:

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

27 Jan 17:48
36c7c76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.1

v1.0.0

26 Jan 07:15
b22e700
Compare
Choose a tag to compare

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

23 Nov 22:54
Compare
Choose a tag to compare

What's Changed

  • Rename findRight as findLast
  • 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

v0.4.2

15 Nov 22:06
e4a3d07
Compare
Choose a tag to compare

What's Changed

  • Localized date formatting by @adrian2x in #2
  • Export date utility functions by @adrian2x in #3
  • Added new Duration type
  • Date manipulation methods

New Contributors

Full Changelog: https://github.com/adrian2x/atomic-fns/commits/v0.4.2