Skip to content

Latest commit

 

History

History
278 lines (132 loc) · 9.82 KB

CHANGELOG.md

File metadata and controls

278 lines (132 loc) · 9.82 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2019-01-04)

Features

BREAKING CHANGES

  • project: Right now anagrams are disabled. I'm effectively removing this feature for now

3.0.0 (2017-08-30)

Features

  • project: BREAKING_CHANGES:remove tests (0113744)

BREAKING CHANGES

  • project: remove tests

2.3.4 (2017-02-05)

Bug Fixes

2.3.3 (2017-01-29)

Bug Fixes

  • configuration: missing command aliases (d368b8d)

2.3.2 (2017-01-29)

Bug Fixes

  • wordmap: mapping doesn't work in other directories as a package (17b01e1)

2.3.1 (2017-01-25)

Bug Fixes

  • project: config init error (8b0bfa1)
  • themes: control fallback msg with verbose (9e3de72), closes #16

2.3.0 (2017-01-23)

Features

  • project: add random word command (4d782be), closes #14

2.2.0 (2017-01-21)

Features

  • project: add command aliases (4597a8c)

2.1.0 (2017-01-09)

Bug Fixes

  • tools: move fs-extra to runtime deps (95067ab)

Features

  • tools: add functions from iloa (35ceabd)

2.0.0 (2016-09-15)

Bug Fixes

  • project: proper HTTP error msg (9eef640)

Features

  • project: rename build dir to bin, simplify gulpfile, simplify command file and dir names (208250e)

BREAKING CHANGES

  • project: See items listed in #12

1.2.0 (2016-08-26)

Bug Fixes

  • wordnik: remove url from outfile (2dac4dc), closes #8

Features

  • wordnik: check for API key (bbf9dab)

1.1.0 (2016-08-26)

Bug Fixes

  • rbrain: Add timestamp expired msg to usage info (422df3c)

Features

  • dmuse: cached response won't decrement usage (3973511)
  • onelook: cached response won't decrement usage (01bd9f0)
  • rbrain: cached response won't decrement usage (613be73)
  • wordnik: cached response won't decrement usage (9783ea8)

1.0.2 (2016-08-19)

Bug Fixes

  • CI: remove strip-ansi require (48efa39)
  • cli-tests: stringify error (9c9932d)
  • config-init: no more JSON stringify creating problems with babel-polyfill (8a9dca8), closes #6

1.0.1 (2016-08-17)

1.0.0 (2016-08-17)

Bug Fixes

  • CI: don't test on 4.x or iojs (7380d8c)
  • CI: theme dir gets set correctly (194e123)
  • onelook: extract strings from arrays (9e504d1), closes #4
  • themes: undefined/connector printing with label (af53971)
  • urban: addtl args don't include 'urban' (ac11277)
  • urban-hyphen: incorrect labelling (9388081)

Features

  • tools: arrToStr function (1f5ea44)

BREAKING CHANGES

  • CI: All changes listed in #5

0.1.4 (2016-08-03)

Bug Fixes

  • project: use repo dir or pkg dir (f13cdd1)

0.1.3 (2016-08-02)

Bug Fixes

  • project: package directory access (2d60a1c)

0.1.2 (2016-08-02)

Bug Fixes

0.1.1 (2016-08-01)

Bug Fixes

  • make glob a runtime dep (c3b5afb)

0.1.0 (2016-08-01)

Bug Fixes

  • combine: fix tofile (df453fa)
  • config: init timestamps and verbose output (85f86ec)
  • config-init: Save remain for rate-limiting (290986a)
  • config-init: Saves remaing requests for rate-limiting (7714a4f)
  • datamuse: fix arg parsing (5b153f3)
  • list-themes: filepath str replace (5180a76)
  • origin: fix output (b656aaf)
  • origin: fix tofile (5b93352)
  • project: fix rate-limiting (c13907a)
  • project: fix tests (c9517e5)
  • project: init before CI (41e66f8)
  • project: yargs install (4402f7e)
  • rbrain-info: remove maxResults (d9736d4)
  • rbrain-rhyme: parsing values (2b342b0)
  • rhymebrain: rate limiting output (2a13efe)
  • rhymebrain: rate-limiting and result output (5b98c47)
  • rhymebrain: remove debug console.log (c82c8a0)
  • urban: fix args (59877f8)
  • wordmap: change bin to build (6b0ed9c)

Features

  • dmuse: add metrics, pull into subcmds (e0b2483)
  • project: datamuse subcmds and add rate-limiting (94cb7f6)
  • project: url in serialized output file (2fc81d8)
  • add api usage option (67ff191)