Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.0.0 #1

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 1.0.0 (2022-06-01)


### Features

* adds function for building multiple configurations ([298a2a1](https://github.com/jmgilman/nixago/commit/298a2a11078e043131ff38df4247cc2123391ee8))
* adds function for generating lefthook configuration files ([f68e646](https://github.com/jmgilman/nixago/commit/f68e646266df14dc8888c910985641762dbd6ef0))
* adds function for generating prettier ignore files and formats code ([027e0d2](https://github.com/jmgilman/nixago/commit/027e0d2d9083e84e6230e677123c14c6ac1674d8))
* adds generation of Just configuration files ([b603b08](https://github.com/jmgilman/nixago/commit/b603b0847fe9ee9758fca6ca76d9a4dd8c6c2388))
* adds mkShellHook ([b607c95](https://github.com/jmgilman/nixago/commit/b607c9547f2e60f53d9bcc36dc13d8b3e6c0f605))
* adds plugin for conform ([ad34da4](https://github.com/jmgilman/nixago/commit/ad34da40073d67f116d57f119b57f8cbbf3dd8bd))
* adds plugin for Prettier ([db28bf2](https://github.com/jmgilman/nixago/commit/db28bf231e153614bb09a89d34ee0d41f3a1020c))
* adds postBuild argument and formats justfile after generation ([aa68983](https://github.com/jmgilman/nixago/commit/aa68983f8190dcceef34ec574798cccaed847c27))
* adds pre-commit config generation ([c9d7faa](https://github.com/jmgilman/nixago/commit/c9d7faa93dd30a22333c4585da75ebcca54ba24d))
* adds simplified generator for pre-commit configs ([db5403f](https://github.com/jmgilman/nixago/commit/db5403f7f62ce23a8be7da1f3a1bf5f4656dde11))
* adds support for default functions using mkAll ([a4cf4f5](https://github.com/jmgilman/nixago/commit/a4cf4f59195449d7ea51b1510d3bdcca47045f51))


### Bug Fixes

* **conform:** simplifies configuration input ([c981459](https://github.com/jmgilman/nixago/commit/c981459b24552cf7d9a1bcc9a878932d7540587c))
* **just:** fixes improper formatting of tasks ([c64ad25](https://github.com/jmgilman/nixago/commit/c64ad255601b239d4fd05fe90816c25b15361afb))