- [a3de40e6d2] - ast: properly handle negative number literals (Evan Lucas)
- [402051e380] - ci: test on node 8 (Evan Lucas)
- [457bbb768e] - doc: added basic example to readme (Evan Lucas)
- [67dfa62f49] - package: cleanup package.json for public usage (Evan Lucas)
- [3b45b2d80d] - builder: allow generic keys for
Builder.object()(Anna Henningsen) - [5ce5fc167d] - deps: tap@8.0.1 (Anna Henningsen)
- [bf63c53bc1] - (SEMVER-MINOR) builder: add
Builder.object(Anna Henningsen) - [3eb94c401f] - gitignore: add node_modules (Anna Henningsen)
- [5a12253fb5] - (SEMVER-MINOR) ast: add ConditionalExpression (Ryan Mottley) CHAT-1273
- [c636629ec1] - (SEMVER-MINOR) builder: add Builder.ternary() (Ryan Mottley) CHAT-1273
- [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)
- [50d6037ffb] - (SEMVER-MAJOR) ast: add ability to explicitly specify computed identifiers (Evan Lucas)
- [a4165e17c7] - ci: switch from quay.io to gcr.io (Evan Lucas)
- [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)
- [1114c9d340] - deps: tap@5.7.3 (Commit Bot)
- [f6c400662d] - deps: lintit@1.0.3 (Evan Lucas)
- [751d7d74bd] - ci: auto release on push to master (Evan Lucas)
- [a44f203976] - ci: switch images to quay (Evan Lucas) CHAT-460
- [c36987f2a0] - deps: @helpdotcom/releaseit@2.0.5 (Evan Lucas)
- [25695dcd69] - deps: check-pkg@2.0.1 (Evan Lucas)
- [2887495e87] - builder: fix AND() with more than 2 args (Ryan Mottley)
- [51e2f02d3d] - doc: add Builder.or() and alphabetize docs (Ryan Mottley)