# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.10.0] - 2016-09-16
- add to parser:
  - `@resource([link to resource](http://path/to/link))` - collect helpful resource links
  - `## Final` fill in the content for the final page after tutorial completion. Matches on page title "Final".

## [0.9.1] - 2016-09-15
- find tutorials now returns "isLatest" (bool) & "latest": (string of version)

## [0.9.0] - 2016-08-16
- add @actions: write, writeFromFile

## [0.8.0] - 2016-08-13
- parser fixes and updates
- sample tutorial updated for mocha-coderoad@0.10

## [0.7.0] - 2016-07-28
- validate function for package.json & coderoad.json
- repair README creator on build

## [0.6.0] - 2016-06-12
- allow for programmatic use
- working `> coderoad tutorials`

## [0.5.0] - 2016-05-02
- bug fixes
- remove 'chapters', now only 'pages'

## [0.4.2]
- same line '✓' output
- bug fixes

## [0.4]
- rename "project" to "info"
- rename "testDir" to "dir"
- rename "testRunner" to "runner"
- updates for 'atom-coderoad@0.7'

## [0.3.27] - 2016-03-12
- lint output and show errors/warnings

## [0.3.14] - 2016-02-26
### Added
- updated create templates
