Skip to content

Releases: elwayman02/ember-tumblr

Photo Posts & Breaking Changes

18 Feb 20:42
Compare
Choose a tag to compare

Thanks to hard work by @MrChriZ, we now support photo posts!

Also, since the date formatting libraries are not required dependencies, this addon now defaults to formateDates as false. Your application can opt-in to the old behavior by setting it to true. We've also switched from ember-intl to ember-moment for date formatting, since it's a more lightweight library specifically intended for this kind of use-case!

Reload All The Things!

07 Feb 08:06
Compare
Choose a tag to compare

Added shouldReloadAll to the adapter to make sure the cache is refreshed. This fixes a bug where you could load a single post and then want to retrieve all posts, but it would just return the stale cache.

Also fixed a bug where queryRecord didn't work properly. You can now use that to retrieve a single post!

Ember 3.0 Support!

22 Jan 08:40
Compare
Choose a tag to compare
0.9.0

Released 0.9.0

Ember & Ember-Data 2.12

29 Mar 00:52
Compare
Choose a tag to compare
0.8.1

Released 0.8.1

Upgrade to Ember-Data 1.13.11

06 Sep 04:25
Compare
Choose a tag to compare

This release also makes the demo app a bit prettier :)

Fixed date parsing for ALL browsers this time

02 Sep 04:48
Compare
Choose a tag to compare

Fix date error in non-Chrome browsers

31 Aug 00:48
Compare
Choose a tag to compare

There was an issue with parsing dates in Firefox and other browsers that are not as flexible as Chrome

Display Errors when API fails

16 Aug 19:35
Compare
Choose a tag to compare
Merge pull request #19 from elwayman02/errors

Display errors when posts are not found

Date Formatting

16 Aug 09:19
Compare
Choose a tag to compare

Dates are now formatted using Ember-Intl for a more user-friendly look to your posts!

Post Sorting

16 Aug 06:25
Compare
Choose a tag to compare

You can now configure post sorting for your Ember-Tumblr blog!