- Updated dependencies.
- [BUGFIX] Fixed issue where
f.dest
was used while being undefined, see #6. - [IMPROVEMENT] Use path module for path manipulations.
- [FEATURE] Added support for deep includes/excludes.
- [FEATURE] Added support for using regular expression when defining includes/excludes.
- [BREAKING] Changed task name to "propertiesToJSON", old name is deprecated and might be removed in a future release.
- [FEATURE] Added option to merge multiple property files to a single JSON file.
- [FEATURE] Added option to include/exclude namespaces.
- [FEATURE] Make use of
properties-parser
module.
- Initial release.