Skip to content

Commit

Permalink
docs: update changelog and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
c100k committed Aug 5, 2024
1 parent 099df14 commit 94e668b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## http-server-go/v0.4.0 (2024-08-05)

* fix(http-server-go): handle missing q for self impl
* refactor(http-server-go): do not use pkg names with underscores
* docs: adjust getting started instructions
* style(http-server-go): simplify resources pkg structure
* style(http-server-go): uppercase http and id when applicable
* refactor(http-server-go): make resources file names less redundant
* refactor(http-server-go): do not prefix methods with get
* test(http-server-go): test all subpackages
* refactor(http-server-go): organize source with subpackages

## spec/v0.4.0 (2024-08-05)

* chore: convert to esm
* refactor: prefix all node core modules imports

## http-server-go/v0.3.0 (2024-04-17)

* feat(http-server-go)!: remove noop service impl => 💥 BREAKING CHANGE : You need to switch to `fileJson` as default if you explicitly set `noop`
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ yarn install
Everyone must follow the [Conventional Commits](https://www.conventionalcommits.org) convention.

Yes it's opinionated, yes it's strict, but that's how we all understand each other.

Whenever you add a meaningful change (i.e. not a deps bump), write a line in the `CHANGELOG.md` for the upcoming release.

0 comments on commit 94e668b

Please sign in to comment.