jasmine-spec-factory
Version:
An opinionated Jasmine spec generator for AMD modules.
80 lines (62 loc) • 1.75 kB
Markdown
Change Log
==========
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
0.6.0 - 2016-09-07
------------------
### Added
- Added `Templates` class.
- Added "returns `undefined`" spec generation.
### Changed
- Updated `README.md` docs.
- Updated error message format.
0.5.0 - 2016-09-07
------------------
### Added
- Implemented a `gulpfile.js` for testing.
- Implemented Meow for the CLI interface.
0.4.1 - 2016-09-07
------------------
### Added
- Expanded code coverage for the AST class.
### Changed
- Upgrade the Jasmine dev dependency.
### Fixed
- Fixed broken template loading.
0.4.0 - 2016-09-06
------------------
### Added
- Added an "Opinions" section to the README.
- Added initial `AST` spec.
### Changed
- Converted the spec rendering over to Handlebars templates from ES6 template strings.
- Updated the base template for properties.
### Fixed
- Fixed Jasmine tests not running.
0.3.0 - 2016-08-30
------------------
### Added
- Added an "Issues" section to the README.
- Added basic error handling for if the `publicMembers` variable is not defined.
- Added the "chalk" module for colored terminal output.
### Changed
- Updated the "Install" section of the README.
0.2.0 - 2016-08-28
------------------
### Added
- Added property test generation.
### Changed
- Enhanced the spec output structure.
0.1.2 - 2016-08-28
------------------
### Changed
- Updated the usage documentation.
0.1.1 - 2016-08-28
------------------
### Changed
- Updated the install documentation.
0.1.0 - 2016-08-28 [YANKED]
---------------------------
### Added
- Initial release.