Releases: mattaylor/objix
Releases · mattaylor/objix
v2.0.4
28 Aug 23:36
Compare
Sorry, something went wrong.
No results found
faster has
faster clone
faster some
v2.0.0
05 Oct 05:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
has(value)
optimised clone()
optimised flatmap()
v1.15.0
06 Jun 19:38
Compare
Sorry, something went wrong.
No results found
refactored keyBy
log with this.$()
v1.14.0
05 Jun 18:26
Compare
Sorry, something went wrong.
No results found
filter -> pick
support key list for pick()
v1.12.0
13 Mar 00:56
Compare
Sorry, something went wrong.
No results found
removing has()
adding find by value support to find()
v1.11.9
13 Mar 00:08
Compare
Sorry, something went wrong.
No results found
performance improvements
better default object rendering using $()
v1.11.6
19 Oct 22:34
Compare
Sorry, something went wrong.
No results found
wait()
modified try
isEx()
restructured docs
V1.10.4
19 Oct 12:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.