Skip to content

Releases: mattaylor/objix

v2.0.4

28 Aug 23:36

Choose a tag to compare

  • faster has
  • faster clone
  • faster some

v2.0.0

05 Oct 05:59
bd5b864

Choose a tag to compare

  • all methods are now prefixed with _ to avoid name clashes with built in methods.
  • size() is now len()
  • misc performance improvments

v1.16.2

13 Jun 23:43

Choose a tag to compare

  • has(value)
  • optimised clone()
  • optimised flatmap()

v1.15.0

06 Jun 19:38

Choose a tag to compare

  • refactored keyBy
  • log with this.$()

v1.14.0

05 Jun 18:26

Choose a tag to compare

  • filter -> pick
  • support key list for pick()

v1.12.0

13 Mar 00:56

Choose a tag to compare

  • removing has()
  • adding find by value support to find()

v1.11.9

13 Mar 00:08

Choose a tag to compare

  • performance improvements
  • better default object rendering using $()

v1.11.6

19 Oct 22:34

Choose a tag to compare

  • wait()
  • modified try
  • isEx()
  • restructured docs

V1.10.4

19 Oct 12:01

Choose a tag to compare

  • Fixed and optimized extend()
  • Fixed and optimized 'bind()`
  • Docsify web page.
  • Added target to filter() and map()
  • 'objix.dev'
  • allow try / catch to return results.

v1.9.1

18 Oct 03:55

Choose a tag to compare

  • Bug fix on equals
  • Rename equals() to eq()
  • added diff() as disunction of two objects
  • Rename common() to same()
  • Optimised contains()
  • Refactored 'memo()' to operate on functions only and added back 'bind()' to create methods.