Skip to content

Files

Latest commit

1543559 · Oct 12, 2020

History

History
53 lines (45 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

53 lines (45 loc) · 5.45 KB

Changelog

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

1.0.0 (2020-10-12)

Features

  • Add --no-spellcheck switch (55fcdea)
  • Add --silent flag (c794e6f)
  • Add --version switch (3a7a860)
  • Add group property (e025a22)
  • Add 1.16 items (8411f1a)
  • Add basic error reporting on migrate (34ea0ae)
  • Add CLI (53b495d)
  • Add cooking recipes (99584dd)
  • Add file watcher (77ac6d2)
  • Add item suggestions for misspelled items (aba2da5)
  • Add Jest & recipe parts (787b4bb)
  • Add shaped crafting recipes (9c092dc)
  • Add shapeless crafting recipes (11358b2)
  • Add smithing recipes (f517d52)
  • Add special crafting recipes (3ea74b4)
  • Add Stonecutting recipe (296a3f5)
  • Allow file as input; verify input exists (fd9a6a1)
  • Allow single recipe inside file (b31ac56)
  • Convert regular datapacks to YAML (eefbd87)
  • Disable item validity check (94807d8)
  • Duplicate name check & generate output (d326559)
  • Include recipe index in error message (f2d9c47)
  • Package into binaries using pkg (d96a1ac)
  • Parse files & generate output files (ed6e6a4)
  • Predictive error reporting (43a0f0e)
  • Prefer name over index in error messages (fb19eb4)
  • Prepend relevant key to error message (5ea595e)
  • Prettify output using chalk (8594b5c)
  • Print origin of error (a4f1404)
  • Remove extra whitespace in printer (37919cf)

Bug Fixes

  • Add minecraft namespace to recipe type (219fe2d)
  • Allow floats in Cooking.experience (7ef3f40)
  • Broken tests (95a3410)
  • Error message for key in CraftingShaped (a350e03)
  • Improper Stonecutting.ingredients on migrate (b02105d)
  • Make program completely sync (002f586)
  • Name conflict makes file invalid (c045106)
  • Preserve order in fromIngredientsToStack (accae86)
  • Prevent name conflict occurring in same file (a76e4c9)
  • Using space as a key in shaped crafting (3d635b2)