From 06408a7edc3655020da53971005b557d6f26eb17 Mon Sep 17 00:00:00 2001 From: Pedro Jaramillo Date: Sat, 11 Apr 2015 19:00:38 -0400 Subject: [PATCH] Bump version and update CHANGELOG --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d88428..43a39bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ v1.0.0 +------ This release introduces a change to the default functionality of the plugin. @@ -12,3 +13,11 @@ These flags, `removeFileDefeatures.javascript` and `removeFileDefeatures.template`, are set to `true` by default and can be overriden in the plugin config. Set these flags to `false` if you want the plugin to behave the same as before. Thanks @dbashford for this improvement. + +v1.0.1 +------ + +This release adds a feature called `mimosa-build-exclude`, which is automatically recognized. + +This allows for excluding features based on whether Mimosa is running a `watch` or a `build`. +When running a `build`, all code using the `mimosa-build-exclude` feature flag will be removed/commented. diff --git a/package.json b/package.json index b40e10f..7e8d591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mimosa-defeature", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/peluja1012/mimosa-defeature", "author": "Pedro Jaramillo", "description": "A mimosa module for flagging features and removing them from a project build",