Ghost/core/server/models/plugins
kirrg001 3289dc7619 Introduced model._changed
refs #9248

- Bookshelf gives access to ".changed" before the update
  - Discussion: https://github.com/bookshelf/bookshelf/issues/1943
- We also need to know what has changed after the update to be able to decide if we should trigger events
- Furthermore: Bookshelf cannot handle relation updates, it always marks relations as changed even though they did not change
- Bumped bookshelf-relations to be able to
  - know if relations were updated
  - ensure we unset relations on bookshelf's ".changed"
2019-02-03 13:02:26 +01:00
..
collision.js Introduced model._changed 2019-02-03 13:02:26 +01:00
filter.js 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
has-posts.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
include-count.js 🐛Fixed count.posts respecting co authors (#9830) 2018-08-30 17:05:29 +01:00
index.js Added plugin based author and public tag models in API v2 (#10284) 2019-01-03 20:30:35 +01:00
pagination.js 🐛 Fixed all known filter limitations (#10159) 2018-12-11 11:53:40 +01:00
transaction-events.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00