Packages

A standard library setup based on the Nerves project standard practices.

Current section

Files

Jump to
nstandard CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.2.0
- Update all linters to recent version.
- Igniter installer will now add default .cspell.json to make it less annoying.
- Igniter installer will now add default config for :bun to avoid a warning from spellweaver.
## 0.1.0
Initial release. Created the library with an install task that should inject
the desirable good practices and nuisance setup stuff for a typical library.
## 0.1.1
- Add hex.audit to default checks.
- Add spellweaver.check to default checks.
- Upgrade spellweaver to a version that is less messy.