Releases: acmeframework/af-utilities
Releases · acmeframework/af-utilities
v1.3.1: Fix publish (#17)
Release v1.3.0
- Refactor build process
- Migrate from Travis CI to GitHub Actions
- Revamp
README.md
into three files:README.md
,CHANGELOG.md
, andLICENSE
- Expose
BrowserLogger
andNodeLogger
- Improve Node or browser detection
- Refactor to template strings
- Update all dependencies
- Refactor
tsconfig.json
for flexibility- Allow tests to keep comments when transpiled through ts-node
- This fixes an issue with transpiling, comments, and coverage - see istanbuljs/nyc#1274 (comment)
- Allow tests to keep comments when transpiled through ts-node
Release v1.2.5
- Fixed type in variable name
Release v1.2.4
- Remove TSlint and implement ESlint
- Implement Prettier for code formatting
- Reformat all code
- Refactor TSlint directives to ESlint directives as needed
Release v1.2.3
Update dependencies and update Mocha config for new version.
Release v1.2.2
Fixes test timing
Release v1.2.1
- Fix to rest parameter handling
- Fixes "[ [] ]" in output on message lines
Release v1.2.0
- Add
set-value
function - Fix dependencies
- Correct distribution path
- Update copyright
Release v1.1.1
- Updated dependencies
- Fixed vulnerability in handlebars which was a dependency of a dependent library
Packaging Updates
- Updates to dependencies - security fixes
- Updates to packaging