Skip to content

Releases: omgaz/diffler

v2.1.0

06 Dec 09:35
d5d735e
Compare
Choose a tag to compare

What's Changed

Closes #12 and #13

Full Changelog: 2.0.4...2.1.0

v2.0.4

22 Sep 09:46
Compare
Choose a tag to compare
  • Resolves #31
  • upgrades deps

Note
Eslint upgrade (and package-lock version) is failing lint in ci. With this in mind, development needs to be done in node 14+. The bundled build however still works.

2.0.3

12 Oct 06:32
f2bab9d
Compare
Choose a tag to compare

Housekeeping for Hacktoberfest.

  • Reduce npm bundle size by ~14kB, now down to 4.1kB.
  • Upgraded dev dependencies.

2.0.2

30 Apr 23:46
040c75b
Compare
Choose a tag to compare

Dependency updates.
Switched bundler from minifyjs to uglifyjs.
Added a license.

2.0.1

07 Oct 14:07
Compare
Choose a tag to compare
[release] 2.0.1

Minified

04 Aug 15:10
Compare
Choose a tag to compare

The NPM release is now ~75% smaller thanks to minification :)

We've also excluded our tests from the npm install so we give the devs a smaller footprint as well as clients.

Lastly, our code base is now linted, so we can maintain consistency.

Fix empty objects

23 Jul 10:08
Compare
Choose a tag to compare

There was a small bug where nested object diffs were returning as empty objects which was giving a false positive for difference. This is now fixed.

Big Bang

20 Jul 14:13
Compare
Choose a tag to compare
  • Released the proejct on NPM and updated to latest node js.

  • Deprecated Karma/Jasmine in favour of Mocha/Assert.

  • Actually test the function.

  • Objects that are the same return an empty object (this was so we preserve the same data type going in and out.)

0.4.0

28 Oct 06:55
Compare
Choose a tag to compare

Upgraded to latest version of NodeJS
Upgraded dependencies
Added more tests

Continuous Integration

21 May 04:45
Compare
Choose a tag to compare

Changelog

  • Added Travis CI