Skip to content

Latest commit

 

History

History
108 lines (69 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

108 lines (69 loc) · 6.39 KB

Changelog

1.0.0 (2021-11-19)

Breaking Changes

  • 💥 Changed template functionality to support params [8429209]
  • 💥 Changed withTemplate to return tuple for raw error generation [307267d]

Added

  • ✨ Added support for custom stringify functions [a1e9c92]
  • ✨ Added support for Node >=10.24 [76ceabb]

Changed

  • 🚨 Fixed ESLint warnings [6d2c448]

Fixed

  • ✏️ Missing punctuation in README [fff4aef]
  • ✏️ Fixed typo (missing space) in README [f788974]

Miscellaneous

  • 📄 Added templates example project [7d5795f]
  • 📄 Added fast-json-stringify example [7336eff]
  • 📝 Updated feature list in README [a3c5a64]
  • 📝 Tidied up example options code block [08ccb00]
  • 📝 Added options docs to README [61a2b7d]
  • 🔨 Configured gitpod to install deps on init [7a802bd]
  • 📝 Updated README for new templating system [5e0e566]
  • 📝 Added supported Node.js versions to README [ba7fce7]
  • 📝 Added more shields.io badges [9995d86]
  • 📝 Moved warning emoji in README [4460f63]
  • 📝 Rearranged shields.io badges [ee082b8]
  • 📝 Removed broken npms.io badge [61abfd9]
  • 📄 Added Fastify example (with source) [1ca4696]
  • 📝 Added more entries to README's features list [89fbdb3]
  • 📝 Added Next.js example to README [4f4f7c7]

0.2.1 (2021-11-18)

Added

  • ✅ Added tests for full coverage [52353b5]

Changed

  • ♻️ Refactored to save 8 bytes [1886edb]

Fixed

  • 🐛 Fixed Error type's name clashing [ab8d044]

Miscellaneous

  • 🔨 Added size-limit with 500 B limit [a7586a4]
  • 📝 Updated bundle shields.io to show zipped size [e537523]
  • 📝 Updated bundle size in README [8ff1ffd]

0.2.0 (2021-11-17)

Added

  • ✨ Added templating system [a2a7af4]
  • ✅ Started work on unit-testing [b5b8638]
  • ✨ Added Next.js example code [e67219f]

Fixed

  • ✏️ Fixed typo in npm shields.io badge [93ada21]

Miscellaneous

  • 📝 Added test coverage shields.io badge [de75ff1]
  • 👷 Added CircleCI for testing [1a8cc36]
  • 🔨 Added lint-staged [9181689]
  • 🔨 Added Husky + Commitlint [1667643]
  • 📝 Added missing jsdocs [137fbbc]
  • 📝 Fixed broken shields.io badges [06ed90d]
  • 📝 Added bundle size to README [137b0c6]

0.1.0 (2021-11-17)

Added

Fixed

  • ✏️ Typo in shields.io badge [300e402]

Miscellaneous

  • 📝 Removed redundant markdown files [ad382bd]
  • 📝 Added README [f4176fa]
  • 🔨 Added automatic changelog gen [217bb51]
  • Initial commit [6788dec]