Comparing version 2.4.0 to 2.4.1
{ | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"tags": { | ||
@@ -25,3 +25,3 @@ "allowUnknownTags" : true | ||
}, | ||
"applicationName": "Ob Job", | ||
"applicationName": "Ob Job (beta)", | ||
"disqus": "", | ||
@@ -28,0 +28,0 @@ "googleAnalytics": "", |
@@ -0,1 +1,16 @@ | ||
## <sub>v2.4.0</sub> | ||
#### *Jan.4, 2016* — [Docs](https://rawgit.com/chiedolabs/objob/5bba647804e42225c74ec771a1426eab8f210716/docs/ob.html) | ||
- Updated to match the lodash naming | ||
- Made the omit and pick functions more flexible | ||
- Fixed bug with expand | ||
- Fixed glitch with flatten | ||
- More tests | ||
- added merge to the lib | ||
- fixed some of the type issues | ||
- Added Kyle as special thanks | ||
- Drastically improved docs | ||
## <sub>v2.2.0</sub> | ||
@@ -21,2 +36,2 @@ | ||
* Initial release | ||
* Initial release |
{ | ||
"name": "objob", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A tool for controlling and manipulating javascript object fields and output.", | ||
"main": "lib/objob.js", | ||
"scripts": { | ||
"test": "mocha tests.js --compilers js:babel-core/register --reporter spec ", | ||
"test": "mocha test --recursive --compilers js:babel-core/register --reporter spec ", | ||
"build": "./node_modules/babel-cli/bin/babel.js -d lib src/", | ||
@@ -9,0 +9,0 @@ "prepublish": "npm run build", |
@@ -1,2 +0,2 @@ | ||
# Ob Job | ||
# Ob Job (beta) | ||
@@ -15,2 +15,6 @@ A library of deep/recursive utilities for nested objects. Many functions will be similar to the object functions in lodash but will be deep/recursive versions. | ||
## Bugs | ||
Objob is still in beta so please submit issues if you find any bugs. | ||
## Special Thanks | ||
@@ -17,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
645198
40
2855
25