UNPKG

@conjoon/extjs-dev-webmailsim

Version:

This Sencha Ext JS NPM package contains mock data for development of @conjoon/extjs-app-webmail]

64 lines (34 loc) 4.88 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [2.0.0-alpha.0](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.5...v2.0.0-alpha.0) (2024-01-30) ### Bug Fixes * from-address is not decoded when saving to mock data ([e45f9bf](https://github.com/conjoon/extjs-dev-webmailsim/commit/e45f9bfb9f9714fe3b87ac967632e29e0c2c3cf8)) * simlet throws error if message draft is not found ([7fdf5c9](https://github.com/conjoon/extjs-dev-webmailsim/commit/7fdf5c97a80185fadbb9de165e060058ef622e09)), closes [conjoon/php-lib-conjoon#8](https://github.com/conjoon/php-lib-conjoon/issues/8) * **tests:** regression bug due to added email templates for conjoon v1.0.0 ([bac1c0b](https://github.com/conjoon/extjs-dev-webmailsim/commit/bac1c0b11ef73dd443cda2e6a1b9579bae9dd805)) ### [1.0.5](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.4...v1.0.5) (2023-02-26) ### [1.0.4](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.3...v1.0.4) (2023-02-17) ### Bug Fixes * **build:** wrong flag for devDependencies in pre-release script ([ea795af](https://github.com/conjoon/extjs-dev-webmailsim/commit/ea795af2d3ae17f7bc2a2accdc02ef8720d554aa)) ### [1.0.3](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.2...v1.0.3) (2023-02-17) ### [1.0.2](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.1...v1.0.2) (2023-02-08) ### [1.0.1](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.0...v1.0.1) (2023-01-28) ## [1.0.0](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.6...v1.0.0) (2023-01-28) ### [0.1.6](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.5...v0.1.6) (2022-12-14) ### [0.1.5](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.4...v0.1.5) (2022-12-14) ### [0.1.4](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.3...v0.1.4) (2022-06-01) ### [0.1.3](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.2...v0.1.3) (2022-05-31) ### Bug Fixes * invalid arrow function parameters ([0d484e9](https://github.com/conjoon/extjs-dev-webmailsim/commit/0d484e98d7b69e71adf3d1d2423cd566d07f678a)) ### [0.1.2](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.1...v0.1.2) (2022-05-31) ### [0.1.1](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.0...v0.1.1) (2022-05-15) ### Features * add fields/excludeFields to backend mock ([d0a768f](https://github.com/conjoon/extjs-dev-webmailsim/commit/d0a768fbd1c9e8996067f1fca2c0aa45dbaf98dc)), closes [conjoon/extjs-app-webmail#142](https://github.com/conjoon/extjs-app-webmail/issues/142) * add support for randomly generated recent message items ([db50bd7](https://github.com/conjoon/extjs-dev-webmailsim/commit/db50bd7351472f4dc15af7c8d540fef98d780d06)), closes [conjoon/extjs-app-webmail#144](https://github.com/conjoon/extjs-app-webmail/issues/144) ### Bug Fixes * json-encoded email-address-object gets written to address/name fields ([dcc1d3d](https://github.com/conjoon/extjs-dev-webmailsim/commit/dcc1d3d6abe02cc5b0956ebf373da7cdb1aa1f53)), closes [conjoon/extjs-app-webmail#231](https://github.com/conjoon/extjs-app-webmail/issues/231) * no messages flagged "recent" generated after target-parameter was removed ([9d1da4a](https://github.com/conjoon/extjs-dev-webmailsim/commit/9d1da4a46d3e7e2e82da9491e1ca645775278f9a)), closes [conjoon/rest-api-description#3](https://github.com/conjoon/rest-api-description/issues/3) * remove obsolete files from gitignore ([ee4e5a5](https://github.com/conjoon/extjs-dev-webmailsim/commit/ee4e5a5e668a91b3d3129d28d6055317e09660d3)), closes [conjoon/extjs-app-webmail#199](https://github.com/conjoon/extjs-app-webmail/issues/199) * response must include proper status code for requests ([f8eb47e](https://github.com/conjoon/extjs-dev-webmailsim/commit/f8eb47ee8fb95882415cfd44d9bb78482fbfbe3b)), closes [conjoon/extjs-app-webmail#196](https://github.com/conjoon/extjs-app-webmail/issues/196) * return value of destroyed attachment must be data for the owning message ([43efb35](https://github.com/conjoon/extjs-dev-webmailsim/commit/43efb35c993a5298a906ea07dd7476e1b80a7c09)), closes [conjoon/php-ms-imapuser#40](https://github.com/conjoon/php-ms-imapuser/issues/40) * setting flags triggers updates for message's "date" ([ce549f0](https://github.com/conjoon/extjs-dev-webmailsim/commit/ce549f05f2b04f5e9681022d7521e242d3f558bc)), closes [conjoon/extjs-dev-webmailsim#17](https://github.com/conjoon/extjs-dev-webmailsim/issues/17) * update MessageItemSim to reflect latest API changes ([bf6821c](https://github.com/conjoon/extjs-dev-webmailsim/commit/bf6821ccce69a643f627d38e2dd9f5e97a0c2c57)), closes [conjoon/rest-api-description#3](https://github.com/conjoon/rest-api-description/issues/3)