We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d2101 commit cade672Copy full SHA for cade672
CHANGELOG.md
@@ -1,6 +1,8 @@
1
-## Unreleased
+## 1.14.1 (Nov 12, 2015)
2
- Changes [`Oolong.pickDeep`][pickDeep] to take an array of keys (`["a", "b",
3
- "c"]`) instead of a string with embedded periods (`a.b.c`).
+ "c"]`) instead of a string with embedded periods (`a.b.c`).
4
+ As using periods initially was a brain fluke noticed shortly after releasing
5
+ v1.14, increasing only the patch version number.
6
7
## 1.14.0 (Nov 12, 2015)
8
- Adds [`Oolong.pick`][pick].
package.json
@@ -1,6 +1,6 @@
{
"name": "oolong",
- "version": "1.14.0",
+ "version": "1.14.1",
"description": "Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.",
"keywords": [
"functional",
0 commit comments