CHANGES.md in trailblazer-loader-0.0.9 vs CHANGES.md in trailblazer-loader-0.1.0
- old
+ new
@@ -1,4 +1,13 @@
+# 0.1.0
+
+* New option `:root` to allow using loader for sources other than the current directory, e.g. for gems or Rails engines.
+* `:concept_root` is now prefixed with `:root`.
+* Use `File::SEPARATOR` for filename operations.
+* Don't use a regexp anymore to find concept files, but `Loader#concept_dirs` which includes plural names.
+* Allow irregular directory names such as `policies`.
+* Allow prepending to the pipeline using `:prepend`. Note that this is a temporary API and will be removed.
+
# 0.0.9
* Bug fix :cough:.
# 0.0.8