Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

112 lines (63 loc) · 5.12 KB

Changelog

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.

[Unreleased]

[1.0.13] - 2023-11-13

Added

  • [sc-48713] Added specs for Entity Counts. By @ryuichis.
  • [sc-49435] Added specs for Create Nested Campaign. By @vkurup.

[1.0.12] - 2023-08-29

Fixed

Changed

[1.0.11] - 2023-08-29

Added

  • [sc-33985] Added an includeArchived option to the List Creative Templates endpoint for listing archived creative templates. By @ryuichis.

[1.0.10] - 2023-08-15

Fixed

[1.0.9] - 2023-08-15

Nothing

[1.0.8] - 2023-08-15

Fixed

[1.0.7] - 2023-08-15

Fixed

  • [sc-48140] Typescript stage in publish workflow to target the correct version of Javascript. By @honeycomb-cheesecake.

Changed

Added

[1.0.6] - 2023-08-14

Added

[1.0.5] - 2023-08-14

Fixed

[1.0.4] - 2023-08-14

Fixed

  • [sc-48140] GitHub Actions working directory references publish-decision-spec-packages.yml. By @honeycomb-cheesecake.

[1.0.3] - 2023-08-14

Fixed

  • [sc-48140] package-lock.json file as prior one didn't work with npm clean-install. By @honeycomb-cheesecake.

Changed

[1.0.2] - 2023-08-14

Changed

Added

  • [sc-48140] This CHANGELOG.md file to track changes. By @honeycomb-cheesecake.
  • [sc-48140] Schema definition for SkipFilters in decision/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.