All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- local identity (lid) handling
- missing " in media type see: #5
- None valued ids on bulk add handling
- bulk operating for add and delete operations
- adds check_resource_identifier_object check on parser to check update operation correctly
- to-one relationship update
- to-many relationship update
- fixes some json pointers for some parse errors
- implemented custom exception classes to simplify code
- uses constant string values to reduce code duplications
- sequential handling for add, update and remove operation code
- detailed error responses with indexed source pointing