Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 4.08 KB

File metadata and controls

63 lines (38 loc) · 4.08 KB

2017-06-19, Version 2.3.4 (Stable)

  • [a3de40e6d2] - ast: properly handle negative number literals (Evan Lucas)
  • [402051e380] - ci: test on node 8 (Evan Lucas)

2017-01-08, Version 2.3.3 (Stable)

  • [457bbb768e] - doc: added basic example to readme (Evan Lucas)

2016-11-30, Version 2.3.2 (Stable)

  • [67dfa62f49] - package: cleanup package.json for public usage (Evan Lucas)

2016-11-19, Version 2.3.1 (Stable)

  • [3b45b2d80d] - builder: allow generic keys for Builder.object() (Anna Henningsen)
  • [5ce5fc167d] - deps: tap@8.0.1 (Anna Henningsen)

2016-10-27, Version 2.3.0 (Stable)

  • [bf63c53bc1] - (SEMVER-MINOR) builder: add Builder.object (Anna Henningsen)
  • [3eb94c401f] - gitignore: add node_modules (Anna Henningsen)

2016-10-21, Version 2.2.0 (Stable)

2016-09-02, Version 2.1.0 (Stable)

  • [5ee7176e59] - (SEMVER-MINOR) builder: add Builder.class() functionality (Evan Lucas)
  • [b25a55c8a9] - (SEMVER-MINOR) builder: allow assigning more than just name to module.exports (Evan Lucas)

2016-07-29, Version 2.0.0 (Stable)

  • [50d6037ffb] - (SEMVER-MAJOR) ast: add ability to explicitly specify computed identifiers (Evan Lucas)
  • [a4165e17c7] - ci: switch from quay.io to gcr.io (Evan Lucas)

2016-07-11, Version 1.5.0 (Stable)

  • [e535ffc8bd] - (SEMVER-MINOR) builder: add helpers for Error, TypeError, and RangeError (Evan Lucas)
  • [0113ba06b5] - (SEMVER-MINOR) builder: add .notEquals() (Evan Lucas)
  • [192c68c7fb] - (SEMVER-MINOR) builder: add .objectPath() (Evan Lucas)

2016-06-26, Version 1.4.4 (Stable)

2016-06-26, Version 1.4.3 (Stable)

2016-06-07, Version 1.4.2 (Stable)

2016-05-05, Version 1.4.1 (Stable)

  • [2887495e87] - builder: fix AND() with more than 2 args (Ryan Mottley)
  • [51e2f02d3d] - doc: add Builder.or() and alphabetize docs (Ryan Mottley)