Releases: elwayman02/ember-tumblr
Photo Posts & Breaking Changes
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!
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!
0.9.0 Released 0.9.0
Ember & Ember-Data 2.12
0.8.1 Released 0.8.1
Upgrade to Ember-Data 1.13.11
This release also makes the demo app a bit prettier :)
Fixed date parsing for ALL browsers this time
Also, released a new demo page http://elwayman02.github.io/ember-tumblr/
Fix date error in non-Chrome browsers
There was an issue with parsing dates in Firefox and other browsers that are not as flexible as Chrome
Display Errors when API fails
Merge pull request #19 from elwayman02/errors Display errors when posts are not found
Date Formatting
Dates are now formatted using Ember-Intl for a more user-friendly look to your posts!
Post Sorting
You can now configure post sorting for your Ember-Tumblr blog!