0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/test/unit/middleware
Hannah Wolfe b1cfa6e342 Improved version match logic (#8922)
closes #8821

- Use semver to do constraint matching
- Use client to generate a caret constraint
- E.g. if the client is 1.1, then the constraint ^1.1.0 will match >=1.1.0 <2.0.0
- Updated tests
2017-08-22 10:59:01 +01:00
..
api Improved version match logic (#8922) 2017-08-22 10:59:01 +01:00
cache-control_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
ghost-locals_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
serve-favicon_spec.js 🎨 Move scheduling and storage in adapters/ (#8435) 2017-05-15 12:52:01 +02:00
serve-public-file_spec.js 💁🏻 Moveshared/ to server/public (#8273) 2017-04-07 13:21:41 +01:00
static-theme_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
theme-handler_spec.js Use "mounting" concept for active theme (#8193) 2017-03-21 10:03:09 +01:00
uncapitalise_spec.js 🎨 settings inconsistency (#8381) 2017-04-24 18:41:00 +01:00
url-redirects_spec.js 🔥 revert: force admin url redirect (#8493) 2017-05-30 10:19:14 +01:00