All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Rebrand
- Update links
- Changed License to MIT
The version is bumped to 0.3.0 to match frozen-filters gem semver.
- (DEV) Add support for
enabled:false
in a test case. - Add
extract_path
andextract_qs
filters. - Add
array_head
,array_tail
andarray_to_taglist
filters. - (DEV) Add travis support.
- (DEV) Fix the mocha test result when the test fails.
- Fix
extract_dirname
when it's only/index.html
.
- Fix the usage on README and change the namesace to filters.
- Add filters: remove_ext, remove_qs, extract_basename, extract_dirname, extract_protocol.