Skip to content

Commit d6dceed

Browse files
chore(release): 0.1.1
1 parent 4abfc22 commit d6dceed

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
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.
4+
5+
### [0.1.1](https://github.com/conjoon/extjs-dev-webmailsim/compare/v0.1.0...v0.1.1) (2022-05-15)
6+
7+
8+
### Features
9+
10+
* 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)
11+
* 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)
12+
13+
14+
### Bug Fixes
15+
16+
* 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)
17+
* 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)
18+
* 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)
19+
* 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)
20+
* 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)
21+
* 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)
22+
* 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)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"namespace": "conjoon.dev.cn_mailsim",
66
"coon-js": {
77
"package": {
8-
"autoLoad": {
8+
"autoLoad": {
99
"registerController": true
1010
},
11-
"config" : "${package.resourcePath}/extjs-dev-webmailsim.conf.json"
11+
"config": "${package.resourcePath}/extjs-dev-webmailsim.conf.json"
1212
}
1313
},
1414
"type": "code",
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"description": "This Sencha Ext JS NPM package contains mock data for development of @conjoon/extjs-app-webmail]",
46-
"version": "0.1.0",
46+
"version": "0.1.1",
4747
"main": "index.js",
4848
"directories": {
4949
"test": "tests"

0 commit comments

Comments
 (0)