Releases: mattaylor/objix
Releases · mattaylor/objix
v1.6.7
- Back down to 3kb! (2.3kb min)
- Optimised
filter
extend
writes into this
v1.6.5
- More clone optimisations
- Iterator!
- Massive performacne boosts
- All functions are Non enumerable
v1.6.2
- replaced i
sXXX()
with is(XXX)
(should behave similarly to instanceof
)
- major oprimizations of
clone
and equals
- many more tests
v1.5.5
- fixed equals and clone to work with any object type
v1.4.6
- Added
new()
, type()
, has()
- Smarter Traps
- Fixed
clone()
, size()
, isString()
v1.2.14
- bind
- better bench tests
- merge => extend
- faster clone
- contains deep
- console log