Skip to content

Latest commit

 

History

History
181 lines (151 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

181 lines (151 loc) · 14.1 KB

Change Log

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

3.0.3 (2019-01-03)

  • chore(examples): fixed runkit example (d97c400)
  • chore(release): 3.0.3 (38e8cfe)

3.0.2 (2019-01-03)

3.0.1 (2019-01-03)

  • chore: fixed conflict between tslint and prietter (66c4992)
  • chore: jest updated (b414122)
  • chore: node version in travis.yml updated (101e04e)
  • chore: npm-run-all updated (b8bd846)
  • chore: nvm version upgraded (a936378)
  • chore: prietter updated (254a61e)
  • chore: REAME examples fixed (1032e2d)
  • chore: rimraf updated (f7cfd70)
  • chore: rollup updated (32221b2)
  • chore: standard-version and ts-pegjs (b1e661b)
  • chore: tslint and tslint-eslint-rules updated (1a0c927)
  • chore: typescript updated (74c7b0b)
  • chore(release): 3.0.1 (d48f3b7)
  • fix: fixed circular dependency (637f65f)
  • Update README.md (a89c23d)
  • Update to node 10 in .nvmrc (92f2413)
  • Update to node 10 in .travis.yml (439050b)

3.0.0 (2018-05-20)

  • chore: add Greenkeeper config file (d45a981)
  • chore: added prettier (d654f3f)
  • chore: dependencies updated (159a898)
  • chore: examples updated (10b2548)
  • chore: ignore .vscode (6496289)
  • chore: moved tic-tac-toe example to its own repo (ee2bd39)
  • chore: removed bithound config (b83ed55)
  • chore: test moved to tests folder (21fc874)
  • chore: updated README (549a0b5)
  • chore(package): update @types/node to version 10.0.7 (feef1ce)
  • chore(package): update dependencies (0dde7b5)
  • chore(package): update dependencies (8034207)
  • chore(package): update dependencies (7ad3bc2)
  • chore(package): update dependencies (fda3204)
  • chore(package): update rollup to version 0.58.2 (b2b9373)
  • chore(package): update ts-jest to version 22.4.6 (9bf86d0)
  • chore(package): update tslint-eslint-rules to version 5.2.0 (6f754d6)
  • chore(release): 3.0.0 (befa356)
  • feat(api): api module refactored (a0bc8a5)
  • Update README.md (92e4bbc)
  • docs: link to uasage wiki (7f5d919)
  • doc: fixed README's title (d2a8304)
  • doc: readme content simplified (339a9f5)

BREAKING CHANGE

    • match global in now an object instead a function
  • dropped support for .do()
  • dropped support for .with()

2.0.1 (2018-04-20)

  • chore: project renamed to match-toy (97ac59d)
  • chore: rollback standard-version to 4.2 (a0a0c39)
  • chore: test reporter id for travis updated (e49fa4c)
  • chore: updated changelog (73d7c71)
  • chore: updated dependencies (4c37f80)
  • chore(release): 2.0.1 (068145b)

2.0.0 (2018-01-10)

  • chore: added .gitmessage (c471e27)
  • chore: added buthound config file dependencies updated (70aa9dc)
  • chore: added codeclimate.yml (59dc2d7)
  • chore: added dotfiles (71b953b)
  • chore: added npm badge (7d26c83)
  • chore: added package-lock.json (bc833f9)
  • chore: added project config files (007044a)
  • chore: added runkit example (9134570)
  • chore: added standard-version (7cd546f)
  • chore: added testcheck-js (ad2098d)
  • chore: added travis badge (104686f)
  • chore: change codeclimate config (d8c5c8f)
  • chore: cleaned node example (0e483d4)
  • chore: codeclimate config updated (9d1e1dd)
  • chore: dependencies updated (20eaf49)
  • chore: fixed mistyped filename and added test coverage badge (5b0f95a)
  • chore: fixing runkit example (c10edaa)
  • chore: improved build and documentation (ae9dcc8)
  • chore: integrating greenkeepier (25fccd3)
  • chore: make codeclimate ignore examples (723d0d1)
  • chore: make tests ignore examples (7f3fb2c)
  • chore: rollback standard version (da87e02)
  • chore: setup notification on travis (a741b18)
  • chore: setup script fixed (47b18a3)
  • chore: testing codeclimate (d98d809)
  • chore(package): update @types/jest to version 22.0.0 (0473d14)
  • chore(package): update @types/node to version 8.5.8 (e33597c)
  • chore(package): update dependencies (9d40841)
  • chore(package): update rollup to version 0.53.2 (4f9772d)
  • chore(package): update rollup to version 0.53.3 (4732791)
  • chore(package): update ts-jest to version 22.0.1 (78ae049)
  • chore(release): 0.0.1 (ec981bf)
  • chore(release): 0.0.2 (84e1521)
  • chore(release): 0.0.3 (94f0d25)
  • chore(release): 0.0.4 (5a7574c)
  • chore(release): 0.0.5 (a3890f1)
  • chore(release): 1.0.0 (bafc85f)
  • chore(release): 2.0.0 (cd74381)
  • test: added quick test for numbers (640caf6)
  • test: fixed error message test (3552553)
  • test: increased test coverage (05b6a6b)
  • test: increased test coverage (1c5efc3)
  • test: refacoring tests (ab438e2)
  • feature: added NaN type and improved support for numbers (9d82fb5)
  • docs: add Greenkeeper badge (de9520a)
  • docs: added bundle size (32ef4ca)
  • docs: added documentation of as pattern and return() (200a14d)
  • docs: added more info about install (1596148)
  • docs: added more info to readme (46aad69)
  • docs: added more library references (78c3639)
  • docs: added redux example (b87d7ab)
  • docs: added references (9df4cfa)
  • docs: created CODE_OF_CONDUCT.md (d22ae43)
  • docs: fixing badge layout (9724acc)
  • fix: as pattern on lists (5454218)
  • fix: browser file extension (8c76acd)
  • fix: cleaned code and fixed tsc errors (9130dcc)
  • fix: fixed white space issue in grammar (34d86a5)
  • fix: logic pattern inside groups (5138b5c)
  • fix: refactoring tests and fixing bugs in the interpreter (9b9a4b0)
  • fix: tsc cannot work well with barrels (afb5456)
  • fix: umd moduleName changed (0b08d18)
  • fix(api): changes guards parameters (75bc451)
  • fix(grammar): fixed As pattern syntax with objects (c72aa8e)
  • fix(grammar): removed unused rules (e417b49)
  • doc: added documentation about mapping pattern (ea734b8)
  • doc: updated file size (85282dd)
  • feat: added Date type to grammar (1951d41)
  • feat: added error with friendly message (63caba8)
  • feat: added regex pattern (0806ece)
  • feat: added support for single and double quotes to declare strings (10ea901)
  • feat: as pattern and mapping pattern refactored (53fb308)
  • feat: As pattern refactored (08d8c6f)
  • feat: core functionality (4a070af)
  • feat: mapping pattern (240394d)
  • feat: MVP version (ae75691)
  • feat: order of object key does not affect the Object Pattern any more. (8d91ac1)
  • feat: renamed with() to case(). (dd76bb5)
  • feat(api): added return method (deccfe1)
  • feat(api): added support for return values on case() (497bc3b)
  • feat(helpers): now is() can receive an array of types (1534505)
  • style: interpreter indentation (d64b349)
  • refactor: grammar organized (c9c8b5d)
  • refactor: split interpreter into small modules (fa73cfa)
  • ci: added travis (ea21bd8)
  • Inital commit (31d18f1)

BREAKING CHANGE

  • as pattern syntax changed
  • guards now receive bound variables as arguments, like patterns callbacks.