Skip to content

Latest commit

 

History

History
124 lines (51 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

124 lines (51 loc) · 4.62 KB

CHANGELOG

1.11.0 (2022-11-25)

Features

  • packages/sui-studio-utils: Be able to mock a domain config (64be508)
  • packages/sui-studio-utils: grammar error and package script improvement (0dcfb22)
  • packages/sui-studio-utils: How to mock the config in the readme (457ef0f)

1.10.0 (2021-08-11)

Features

  • packages/sui-studio-utils: add subscriptions domain v1 support (cd0c729)

1.9.0 (2021-08-10)

Features

  • sui-studio-utils: add mock subscribe support (0859eb8)

1.8.0 (2019-11-18)

Bug Fixes

  • sui-studio-utils: default obj param (3e61b2a)

1.7.0 (2019-11-14)

Bug Fixes

  • sui-studio-utils: removed @ts-ignores (b36c9c2)
  • sui-studio-utils: return self._domain.get(useCase) instead (976676f)
  • sui-studio-utils: turns out inlineError never returns rejected promises (6fd6173)

Features

  • sui-studio-utils: adds compatibility to inlineError domain responses in build method (21e7c98)

1.6.0 (2019-03-19)

Bug Fixes

  • sui-studio-utils: update export syntax (a510111)

1.5.0 (2019-03-18)

Bug Fixes

  • sui-studio-utils: Release library with correct babel-preset-sui installed (7b16e5a)

1.4.0 (2019-03-18)

Features

  • sui-studio-utils: Move to babel-preset-sui@3 (90761a0)

1.3.0 (2019-02-19)

Bug Fixes

  • sui-studio-utils: Use local babel-preset-sui for each project (3031eda)

1.2.0 (2018-02-28)

Features

  • sui-studio-utils: domain entry point retrocompatibility + error messages improvement (3f34394)

1.1.0 (2018-01-08)

Bug Fixes

  • examples: fixed typo errors and changed package name (db33d10)
  • sui-studio-utils: fixed typo error (e2b28ed)

Features

  • META: added babel-ci and rosseta dependencies (a42e001)
  • META: added ignore, readme and changelog files (ad66b8e)
  • META: changed rosseta version from caret to major only. (dc1dfae)
  • sui-studio-utils: added domain builder file. No modified, taked by the file from NC (75c9d74)
  • sui-studio-utils: added readme to the domainbuilder (879a6e7)
  • sui-studio-utils: added readme to the i18n util (d9ec9f7)
  • sui-studio-utils: created I18N by use case or dictionary (6eebfd3)
  • sui-studio-utils: created i18n function (e4b14ff)
  • sui-studio-utils: implemented the ALWAYS PROMISE approach (b0820a9)