Skip to content

Releases: goodhood-eu/nebenan-services

The one for node 20

27 May 08:17
4ed5c7d
Compare
Choose a tag to compare
Cleanups (#29)

* bump dependencies

* update to node 20

* bump babel

* bump version

The one where axios grows up

14 Nov 12:15
8831dc5
Compare
Choose a tag to compare
Update dependencies incl axios (#28)

* bump dependencies

* bump version

The one for node 18

27 Oct 17:28
ad48c6f
Compare
Choose a tag to compare
Update to Node18 (#27)

* Update dependencie

* Update node version and github actions

* Bump version

The one with just cleanups

23 Jun 09:39
87f830e
Compare
Choose a tag to compare
Cleanups (#25)

* Update gitignore

* Use same peerDeps as in other libs

* Update babel stuff

* Update License and package info

* Update minor dependencies

* Update github action

* Update dependencies again and run audit fix

* Update version

The one for react 18

16 Jun 09:37
301c316
Compare
Choose a tag to compare
[CORE-11326] Support react 18 (#24)

* Upgrade to support React 18 and latest nebenan packages

* Upgrade version to 6.2.0

The one with a new contentfulRequest

16 Jun 09:37
6314776
Compare
Choose a tag to compare
[CORE-10501] Add new createContentfulRequest util (#19)

* [CORE-10501] Prepare formatImage util for missing url

* [CORE-10501] Bump to correct version

* [CORE-10501] Apply review comment

* [CORE-10501] Add getContentfulRequestPromise util method

not fully working yet, rejecting goes wrong...

* [CORE-10501] Cleanup deps

- move libs into deps that are used in code
- remove peerdeps
- update minor versions

* [CORE-10501] Cleanup logic

* [CORE-10501] Update lock file

* [CORE-10501] Simplify promise api

* Suggestion: Deprecate getContentfulRequest to indicate new usages to use getContentfulRequestPromise

* Refactor: Rename function to match createRequest naming scheme and add tests

* Revert history package version update: Might be a hidden peer dependency

* Re-add requested content type to exception

* Fix tests and bump version

Co-authored-by: Elias Braun <elias.braun@nebenan.de>
Co-authored-by: Peter Haßler <office.hassler@gmail.com>
Co-authored-by: Peter Haßler <pet.hassler@gmail.com>