Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Nov 23, 2023
1 parent 5779f7a commit 8e13877
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# 0.2.0 (in development)

* Enhanced API docs for React Hooks. [#27]
## Breaking changes

* Changed type parameter name from `Data` to `Value`. [#24]
Corresponding to this change, also changed property name `data`
into `value` in type `CodeContribution<Value>`.
into `value` in type `CodeContribution<Value>`.

## Fixes

* Fixed the `registerCodeContribution` function to be fully reactive. [#23]
* Fixed and enhanced API doc of `compileWhenClause` function. [#16]

## Other enhancements

* Enhanced API docs for React Hooks. [#27]
* Log levels may also be given as strings. [#20]
* Import logging classes directly from `util`:
* Import logging classes directly from `util`:
`import { Logger, LogLevel } from "@forman2/extendit/util"`.
* Fixed and enhanced API doc of `compileWhenClause` function. [#16]
* Clarified effect of `extensionDependencies` in `README.md`.
* Addressed all `eslint` warnings in code and CI now also runs `npm run lint`.
* Addressed all `eslint` warnings in code and GitHub CI now also
runs `npm run lint`. [#28]


# 0.1.0 (from 18.11.2023)

Expand Down

0 comments on commit 8e13877

Please sign in to comment.