Skip to content

Commit 8a69073

Browse files
committed
simplfied banners for less changes
added entries to the changelog Fixes #47 Fixes #43 Fixes #37 Fixes #36 Fixes #35 Fixes #26
1 parent 5ebd51a commit 8a69073

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

3+
PL-node-v0.1.2
4+
- ADD: Abstracted template rendering into a function for easier swapping of rendering engine
5+
- ADD: Smarter filtering of files to support other templates Thanks
6+
- ADD: Help command line agument
7+
- ADD: Version command line argument
8+
- ADD: Patterns only command line argument
9+
- ADD: IshControlsVisible options. Can now hide any ishControls you like.
10+
- ADD: Documented the command line interface
11+
- CHG: Put debug flag in conf.json instead of package.json
12+
- CHG: Aligned styleguide css with patternlab-php
13+
- FIX: Removed node .8 from travis
14+
- FIX: Code and annotation support in patternlab viewer
15+
- THX: thanks @ivanmayes and Shoptology crew for contibutions!
16+
317
PL-node-v0.1.1
418
- FIX: Removed View All Pattern SubItem Link Logic, no longer in reference implementation
519
- ADD: Flag for generating debug file

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function(grunt) {
1010
concat: {
1111
options: {
1212
stripBanners: true,
13-
banner: '/* \n * <%= pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %> \n * \n * <%= pkg.author %>, and the web community.\n * Licensed under the <%= pkg.license %> license. \n * \n * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice. \n *\n */\n\n',
13+
banner: '/* \n * <%= pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy") %> \n * \n * <%= pkg.author %>, and the web community.\n * Licensed under the <%= pkg.license %> license. \n * \n * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice. \n *\n */\n\n',
1414
},
1515
patternlab: {
1616
src: './builder/patternlab.js',

builder/object_factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.1.2 - 2014-07-12
2+
* patternlab-node - v0.1.2 - 2014
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

builder/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v0.1.2 - 2014-07-12
2+
* patternlab-node - v0.1.2 - 2014
33
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.

0 commit comments

Comments
 (0)