All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [sc-48713] Added specs for Entity Counts. By @ryuichis.
- [sc-49435] Added specs for Create Nested Campaign. By @vkurup.
- [sc-49448] Updated Typescript compiler options to fix breaking change between
v5.1.x
tov5.2.x
. By @honeycomb-cheesecake. - [sc-49448] Removed unnecessary instances of
[sc-48140]
fromCHANGELOG.md
. By @honeycomb-cheesecake.
- [sc-49448] Fixed Typescript compiler version to
v5.2.x
. By @honeycomb-cheesecake.
- [sc-33985] Added an
includeArchived
option to the List Creative Templates endpoint for listing archived creative templates. By @ryuichis.
- [sc-48140] Targeting Javascript
ES5
instead ofES6
for compatability. By @honeycomb-cheesecake. - [sc-48140] Fixed clean script. By @honeycomb-cheesecake.
- Problem with deploy due to GITHUB_REF_NAME, so republished. By @honeycomb-cheesecake.
- [sc-48140] Added
npm publish
option--access=public
to permit publish to public npm registry and not receiveYou must sign up for private packages
due to scoped packages beingrestricted
by default. By @honeycomb-cheesecake.
- [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.
- [sc-48140] Updated build directory for generated assets. By @honeycomb-cheesecake.
- [sc-48140] Removed
--dry-run
option fromnpm publish
so that package is uploaded to registries. By @honeycomb-cheesecake.
- [sc-48140] Setup of Java stage as it is needed by generator when testing. By @honeycomb-cheesecake.
- [sc-48140] Entries to
.gitignore
to assist testing of workflows. By @honeycomb-cheesecake. - [sc-48140] Added work card ids to changelog for tracking. By @honeycomb-cheesecake.
- [sc-48140] Debug statement to workflow. By @honeycomb-cheesecake.
- [sc-48140] Typescript compiler error by fixing to version
5.x
on install. By @honeycomb-cheesecake.
- [sc-48140] GitHub Actions working directory references
publish-decision-spec-packages.yml
. By @honeycomb-cheesecake.
- [sc-48140]
package-lock.json
file as prior one didn't work withnpm clean-install
. By @honeycomb-cheesecake.
- [sc-48140]
package.json
file version to latest released. By @honeycomb-cheesecake.
- [sc-48140] Updated
@openapitools/openapi-generator-cli
to latest. By @honeycomb-cheesecake. - [sc-48140] Updated
generator-cli
version. By @honeycomb-cheesecake.
- [sc-48140] This
CHANGELOG.md
file to track changes. By @honeycomb-cheesecake. - [sc-48140] Schema definition for
SkipFilters
indecision/openapi-3.yaml
. By @honeycomb-cheesecake. - [sc-48140]
SkipFilters
parameter to Placement object in non-breaking, optional manner. By @honeycomb-cheesecake. - [sc-48140] Base information to project
package.json
. By @honeycomb-cheesecake. - [sc-48140] NPM build scripts to
package.json
for both the decision and management specifications. By @honeycomb-cheesecake. - [sc-48140] CI/CD workflow that allows for Typescript implementation of the api spec to be deployed as a package to a npm registry (currently a dry-run). By @honeycomb-cheesecake.