Skip to content

Commit

Permalink
Merge pull request #32 from planttheidea/v2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
planttheidea committed Jan 7, 2019
2 parents 916e856 + 8da4f0f commit d5e14bc
Show file tree
Hide file tree
Showing 35 changed files with 9,392 additions and 3,774 deletions.
57 changes: 0 additions & 57 deletions .babelrc

This file was deleted.

15 changes: 0 additions & 15 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.nyc_output
.rpt2_cache
coverage
dist
es
Expand Down
13 changes: 9 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
.gitignore
.idea
.npmignore
.npmrc
.nyc_output
.rpt2_cache
__tests__
benchmarks
benchmark_results.csv
coverage
DEV_ONLY
node_modules
rollup.config.js
src
test
webpack
benchmark_results.csv
jest.config.js
rollup.config.js
tsconfig.json
tslint.json
*.log
yarn.lock
*.lock
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Yes, the irony is not lost on me. :)

## 2.0.0

Rewrite in TypeScript!

**BREAKING CHANGES**

- `transform` has changed to be `setWith`, and the signature has changed as well (see [the documentation](README.md#setWith) for details)

**NEW FEATURES**

- Added [`is`](README.md#is) method for assertion
- Added function-first `*With` methods corresponding to each existing method (see [the documentation](README.md#transform-methods) for details)
- TypeScript typings

**ADDITIONAL CHANGES**

- Faster `get`s, `set`s, `merge`s, and `remove`s
- Distinct `main`, `module`, and `browser` builds for better universality of consumption

## 1.5.2

- Fix `rollup` build setup with latest `curriable` and `pathington` setups
Expand Down
Loading

0 comments on commit d5e14bc

Please sign in to comment.