adds 'isDeveloperMode' client configuration option. If this option is enabled, additional errors are logged in console. (7d64864)
adds optional data query builder class and uses it for 'publishOrScheduleLanguageVariant' method to allow for skipping data. Fixes https://github.com/kontent-ai/management-sdk-js/issues/5 (e5cb868)
adds support for pagination with x-continuation header token, adds ability to set headers in query config, internally refactors the way headers are retrieved, changes debug response type to include strongly typed properties (7efafc0)
internal - separates query builders from queries (513d058)
Bug Fixes
removes the ability to set entire query config to prevent overriding headers (8115e2a)
sets correct data model for modifying language (fixes https://github.com/kontent-ai/management-sdk-js/issues/7) (ae740e4)