Kevin Ansfield
61420ae67f
Updated @tryghost/url-utils to v0.3.0 ( #11027 )
...
refs https://github.com/TryGhost/Ghost/issues/10793
- fixes `urlUtils.htmlRelativeToAbsolute` mangling attribute quote styles and removing indentation
2019-08-16 00:26:24 +01:00
Fabien O'Carroll
62f2c4a2bf
Updated canary actions endpoint
...
closes #11015
This simplifies the actions endpoint and allows for filtering and
querying of all types of actions across separate resources and actors
2019-08-14 17:40:36 +08:00
Fabien O'Carroll
24c8da58e4
Fixed local package issue for npm users ( #11019 )
...
closes #11018
2019-08-14 13:19:01 +05:30
Fabien O'Carroll
a5a7e7e919
Fixed canary api for page/type column
...
no-issue
Canary didn't have all of the post/type changes copied across
2019-08-13 13:10:27 +08:00
Fabien O'Carroll
c3e8ba0523
Updated canary api to handle type column correctly ( #11006 )
...
refs #10922
* Updated canary api to handle type column correctly
* Updated unit tests
* Updated regression tests
2019-08-12 17:39:59 +05:30
Kevin Ansfield
4f3391cd04
Updated @tryghost/url-utils to v0.2.0 ( #11004 )
...
no issue
- updates `@tryghost/url-utils` following an internal refactor of the package
- renames `makeAbsoluteUrls` to `htmlRelativeToAbsolute` to better reflect what the function is doing
- renames `getBlogUrl` to `getSiteUrl`
- updates UrlUtils test stubbing util to work with a class
- fixes use of invalid port numbers in tests (max port number is 65535, any higher is an invalid URL that will error with some parsers)
2019-08-12 09:31:42 +01:00
Rish
7b761a8751
💡 Added canary api endpoint
...
no issue
Adds new canary api endpoint, currently replicating v2 endpoint but paving way for future updates to new version
2019-08-09 20:46:49 +05:30