Ghost/core
Hannah Wolfe fe0197b226 🐛Fixed {{get}} helper's date comparison (#9454)
no issue

- Date comparisons are possible via API, but there's no way to inject a valid date into the get helper
- JavaScript's Date.toString() function outputs dates in a useless format
- Swap to using Date.toISOString() and now the format can be understood anywhere!
- {{#get "posts" filter="published_at:<='{{published_at}}'"}}{{/get}} works now as expected
2018-02-14 18:33:07 +01:00
..
client@5c2cbe3cad Updated Ghost-Admin to 1.21.1 2018-02-07 12:35:33 +01:00
server 🐛Fixed {{get}} helper's date comparison (#9454) 2018-02-14 18:33:07 +01:00
test 🐛Fixed {{get}} helper's date comparison (#9454) 2018-02-14 18:33:07 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00