Skip to content

Commit fd8c72a

Browse files
committed
Merge pull request #27 from yapplabs/release-0.6.0
Release 0.6.0
2 parents a4abbc2 + 7c6dbce commit fd8c72a

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Change Log
2+
3+
## [0.6.0](https://github.com/yapplabs/ember-buffered-proxy/tree/0.6.0) (2016-05-31)
4+
[Full Changelog](https://github.com/yapplabs/ember-buffered-proxy/compare/v0.5.1...0.6.0)
5+
6+
**Closed issues:**
7+
8+
- Using with ember-cp-validations [\#22](https://github.com/yapplabs/ember-buffered-proxy/issues/22)
9+
- List of Changed Keys [\#16](https://github.com/yapplabs/ember-buffered-proxy/issues/16)
10+
11+
**Merged pull requests:**
12+
13+
- Migrate to versionCompatibility flavor ember-try. [\#26](https://github.com/yapplabs/ember-buffered-proxy/pull/26) ([blimmer](https://github.com/blimmer))
14+
- Allow defining additional values at create time. [\#25](https://github.com/yapplabs/ember-buffered-proxy/pull/25) ([blimmer](https://github.com/blimmer))
15+
- Upgrade to ember-cli 2.5 and update to ES2015 [\#24](https://github.com/yapplabs/ember-buffered-proxy/pull/24) ([thoov](https://github.com/thoov))
16+
- fix object literal typo [\#19](https://github.com/yapplabs/ember-buffered-proxy/pull/19) ([miguelcobain](https://github.com/miguelcobain))
17+
- Fix example typo [\#18](https://github.com/yapplabs/ember-buffered-proxy/pull/18) ([knownasilya](https://github.com/knownasilya))
18+
- Show how to get a list of changes on the buffer [\#17](https://github.com/yapplabs/ember-buffered-proxy/pull/17) ([brandonparsons](https://github.com/brandonparsons))
19+
20+
## [v0.5.1](https://github.com/yapplabs/ember-buffered-proxy/tree/v0.5.1) (2015-07-06)
21+
[Full Changelog](https://github.com/yapplabs/ember-buffered-proxy/compare/v0.2.3...v0.5.1)
22+
23+
**Closed issues:**
24+
25+
- The future of buffered-proxy [\#12](https://github.com/yapplabs/ember-buffered-proxy/issues/12)
26+
- Check if proxy has changes? [\#10](https://github.com/yapplabs/ember-buffered-proxy/issues/10)
27+
- what gets referenced in the proxy? [\#9](https://github.com/yapplabs/ember-buffered-proxy/issues/9)
28+
29+
**Merged pull requests:**
30+
31+
- Fixed deprecations with Ember 1.13.3 [\#13](https://github.com/yapplabs/ember-buffered-proxy/pull/13) ([antramm](https://github.com/antramm))
32+
- document hasChanges [\#11](https://github.com/yapplabs/ember-buffered-proxy/pull/11) ([samselikoff](https://github.com/samselikoff))
33+
- Upgrading packages for ember-cli 0.2 [\#8](https://github.com/yapplabs/ember-buffered-proxy/pull/8) ([thoov](https://github.com/thoov))
34+
- \[Enhancement\] Minor cleanup / refactoring [\#6](https://github.com/yapplabs/ember-buffered-proxy/pull/6) ([thoov](https://github.com/thoov))
35+
36+
## [v0.2.3](https://github.com/yapplabs/ember-buffered-proxy/tree/v0.2.3) (2014-11-18)
37+
**Closed issues:**
38+
39+
- Shorten method names? [\#4](https://github.com/yapplabs/ember-buffered-proxy/issues/4)
40+
- License? [\#1](https://github.com/yapplabs/ember-buffered-proxy/issues/1)
41+
42+
**Merged pull requests:**
43+
44+
- Add shorter method aliases [\#5](https://github.com/yapplabs/ember-buffered-proxy/pull/5) ([mitchlloyd](https://github.com/mitchlloyd))
45+
- Use the correct repository url [\#3](https://github.com/yapplabs/ember-buffered-proxy/pull/3) ([marcioj](https://github.com/marcioj))
46+
- \[Enhancement\] Adding the ability to apply or discard a subset of keys [\#2](https://github.com/yapplabs/ember-buffered-proxy/pull/2) ([thoov](https://github.com/thoov))
47+
48+
49+
50+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-buffered-proxy",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "An Ember Object Proxy with change buffering",
55
"directories": {
66
"doc": "doc",
@@ -16,6 +16,12 @@
1616
"node": ">= 0.10.0"
1717
},
1818
"author": "Kris Selden, Stefan Penner & Yapp Labs",
19+
"contributors": [
20+
{
21+
"name": "Ben Limmer",
22+
"email": "hello@benlimmer.com"
23+
}
24+
],
1925
"license": "MIT",
2026
"devDependencies": {
2127
"broccoli-asset-rev": "^2.4.2",

0 commit comments

Comments
 (0)