- Document the support for templated links according to the HAL JSON specification
- When a relation name is present in both embedded and links, embedded will take precedence, because it may contain more information.
- Remove embeddedListName option again because it is currently unused, incomplete and creates many corner cases
- Add embeddedStandaloneListKey option to enable embedded collections to have a self link
- Fix standalone lists when embeddedListName is set
- Add embeddedListName option
- Update dependencies to the latest versions to fix security issues
- Clean up NPM package so it only includes the minimal files necessary
- Fix a bug that occurred when passing in an empty string as an URI
- Exchange baseUrl option for more flexible normalizeUri callback option
- Created the library by adapting https://github.com/yury-dymov/json-api-normalizer