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.
- None
1.3.3 - 2021-04-16
- Issue #22: changed version injected into
.js
files to be multiline comments (/* */
) to avoid issues with aggressive minifiers.
- Upgraded vulnerable dependencies
1.3.2 - 2021-02-10
- Issue #18: converted
log()
calls toinfo()
calls to respect configured VIlogLevel
. Got tests back up to 100%.
1.3.1 - 2021-02-10
- Issue #17: corrected rollup warning about source maps not being accurate. VI does not need to generate source maps. Updated VI config to tell rollup that existing source maps are still valid.
1.3.0 - 2020-12-09
- Issue #10: work with chunks and output folders
- Upgraded to rollup v2
- Upgraded vulnerable dependencies
1.2.2 - 2020-04-24
- Issue #2: updated file regex to not be global
1.2.1 - 2020-04-24
- Upgraded vulnerable dependencies
- semantic-release, travis, and commitizen for easier maintainability
1.2.0 - 2020-02-03
- Upgraded vulnerable dependencies
- Changed default DateTimeStamp format from
June 9, 2007
toJune 9, 2007 17:46:12
dateformat's'longDate'
to'mmmm d, yyyy HH:MM:ss'
- README examples to flow better for quicker setup
1.1.3 - 2019-08-27
- Upgraded vulnerable dependencies
1.1.2 - 2019-07-25
- Pre-push hooks
- Typos in README
- Upgraded vulnerable dependencies
1.1.0 - 2019-06-28
- Usage, configuration, and instructions to README
- Unit tests
- Separated code into multiple files
1.0.0 - 2019-06-26
- Initial release with working source code