All notable changes to this project will be documented in this file (keepachangelog.com).
- Removed
debug
.
- Update
readme.md
with much nicer sauce-labs browser matrix fromexogen/badge-matrix
.
- Update
zuul
,nodemon
, anddependency-check
to latest versions per greenkeeper. - Update sauce open credentials in
.travis.yml
- Add
_.get
to alternatives list per @jasonkarns - Add new sauce labs repo badge.
- Add
postversion
npm script.
- Updated
depedency-check
,uglify
, andstandard
to latest versions per greenkeeper.
- Add
debug
logging.
- Update
.zuul.yml
to test only firefox versions44..46
instead of just latest.
- Add API usage example for case where value at path is a function and is automatically invoked.
- This is an old feature but I've finally gotten around to adding a usage example.
- (FIXED) Missing index.js in published packages after 1.0.8 #28.
- Corrected an issue where using
files
inpackage.json
does not publishindex.js
. - Fix was to drop
files
and instead explicitly ignore unwanted files via.npmignore
.
- Updated
dependencies
.
- add demo
.gif
toreadme.md
.
- Remove
iphone
from list of sauce-labs browsers to test as it has been flaky as of late.
- Add example of support for keys containing
.
(array path).
- Fixed #24 (Test when value is 'null'): #24 (comment)
- Updated bower.json including dropping of deprecated key/values (i.e. version).
- Drop support for traversing into falsey objects (fixes #22)
- Failing on undefined param (fixes #21)
- Array prefixes do not get resolved (fixes #11)
- remove automatic global handling (fixes #10)
- Add
contributing.md
. - Add development task
npm run dev
which usesnodemon
to re-runningnpm test
on file changes. - Add dependency check task
npm run dependency:check
. - Add dependency check task
npm run fixpack
. - Add Zuul for browser testing & connect to
.travis.yml
. - Add browser test task
npm run test:browsers
.
- Convert
History.md
tochangelog.md
(keepachangelog.com). - Switch from
mocha
totape
for unit tests. - Switch to "JavaScript Standard Style" (https://github.com/feross/standard).
- Refactor source to depend on
brackets2dots
,dotsplit.js
, andcurry2
. - Comprehensive
package.json
.
- Drop
component.json
. - Removed
examples
directory in favor of concise examples inreadme.md
.
- accepts an array of properties.
- better support for accessing falsy primitive values.
- added bower configuration allowing bower installer to work.
- documentation cleanup.
- generates standalone module via browserify instead of component(1).
- [bugfix] correctly support nested array syntax.
- [feature] optional partial application (via currying).
- [feature] access global object if no object reference is given.
- First stable release.