Comparing version 2.0.0 to 2.0.1
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
name: "Plexiform", | ||
version: "2.0.0", | ||
version: "2.0.1", | ||
author: "Raith" | ||
@@ -29,0 +29,0 @@ }; |
{ | ||
"name": "plexiform", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A very simple template-driven generator.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Plexiform | ||
> **v2.0.0** | ||
> **v2.0.1** | ||
@@ -11,3 +11,3 @@ | In this document | | ||
| [Contribute](#contribute) | | ||
| [Version history](#version-history) | | ||
| [Version history](./version-history.md) | | ||
@@ -48,24 +48,2 @@ ## Introduction | ||
## Version history | ||
| Date | Version | Author | Details | | ||
| :---: | :--- | :--- | :--- | | ||
| 2017-08-03 | v0.0.0 | Raith | Initiated | | ||
| 2017-08-04 | v0.0.1 | Raith | Named and stabilised | | ||
| 2017-08-24 | v0.1.1 | Raith | Updates | | ||
| 2017-08-28 | v1.0.0 | Raith | Published to npm | | ||
| 2017-08-28 | v1.1.0 | Raith | Fixed paths so can run as 'plexiform' bin in shell | | ||
| 2017-08-28 | v1.1.1 | Raith | Removed a couple of non-boilerplate configs | | ||
| 2017-09-03 | v1.2.0 | Raith | Can now --init and build from a config file | | ||
| 2017-09-03 | v1.2.1 | Raith | Bug fix | | ||
| 2017-09-03 | v1.3.0 | Raith | Utilises process-argv and changed to explicit command line arguments rather than positional parameters | | ||
| 2017-09-03 | v1.3.1 | Raith | No more assumption about file extensions. Now need to specify them for build and config | | ||
| 2017-09-08 | v1.3.2 | Raith | Refactor base config and utils into own files | | ||
| 2017-09-11 | v1.3.3 | Raith | Refactor and fix TS nullable types | | ||
| 2017-09-13 | v1.3.4 | Raith | Tidy option in OutputFile | | ||
| 2017-09-15 | v1.3.5 | Raith | Added support for MarkDown config :) | | ||
| 2017-09-17 | v1.4.0 | Raith | Added support for build config processor | | ||
| 2017-09-18 | v1.4.1 | Raith | better suggestion in plexiformconfig, using relative path, and defaulting to plexiform-build-api | | ||
| 2017-09-20 | v1.4.2 | Raith | added cwd/node_modules to modules.path so simplify loading of local build package from global plexiform | | ||
| 2017-09-22 | v1.5.0 | Raith | added --save switch to save the processed config file | | ||
| 2017-09-25 | v2.0.0 | Raith | Due to ambiguity, config is how the build is configured and you app 'config' is now known as the 'spec' | | ||
--- |
22595
11
48