@zaphodando/scribe
Version:
A package to procedurally generate sentences.
37 lines (21 loc) • 893 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [Unreleased]
# [1.0.4] - 03-03-2021
## Changed
- Changed package name to Scribe.
- Updated README to reflect new name.
# [1.0.3] - 19-11-2020
## Added
- Removed the test files from the published package
# [1.0.2] - 19-11-2020
## Added
- Changed the package to be scoped under @\_zaphod
# [1.0.0] - 19-11-2020
## Added
- Scribe class and generator method that allows users to generate random sentences.
- Updated readme to include info on how to use ScribeJS and what its purpose is.
- Added a changelog to keep track of changes.
- Added prettier to format code within the project.