Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Latest commit

 

History

History
123 lines (70 loc) · 7.75 KB

CHANGELOG.md

File metadata and controls

123 lines (70 loc) · 7.75 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.2 (2021-10-28)

Features

  • plugins: export i18n, upload and user-permissions content-type interfaces (9635341)

Bug Fixes

  • plugins: import user-entity path (fa78b50)

0.4.1 (2021-10-28)

0.4.0 (2021-10-28)

⚠ BREAKING CHANGES

  • remove global interface delcarations

Features

  • remove global interface delcarations (e5a5100)

0.3.9 (2021-10-27)

Bug Fixes

0.3.8 (2021-10-27)

Features

  • ci: add release script and npm publish action (accec7f)
  • standalone strapi-supercharged package (145bb1f)

0.3.1 (2021-10-27)

Bug Fixes

0.3.0 (2021-09-27)

Features

  • add basic admin type config + improve plugin/middleware/hooks and their config (0e1fa64)
  • add localization fields (d564fbc)
  • modules: add empty-script-module.mjs example (4bc8c21)
  • query: add filters type checking (ef9763f)

Bug Fixes

0.2.0 (2021-09-25)

Features

  • actions: add gh release action (e48bee6)

Bug Fixes

  • config: configuration should be extensible (4239024)

0.1.4 (2021-09-25)

Features

  • config: add typing for all configuration (hooks, plugins, server, api, database, middlewares) (0c51be0)
  • scripts: add update all entity script example with function generator (5c454b5)

Bug Fixes

  • articles: find return partial articles (sanitizeEntity result) (d75d2ed)

0.1.3 (2021-09-25)

Features

  • typing: add sanitize and parseMultipartData definitions (d38ecbd)
  • typing: add strapi app defaut context, state and body requests (98bbb34)

Bug Fixes

  • entities: add component interface (4a5653f)
  • package.json & yarn.lock to reduce vulnerabilities (26cd09e)
  • single-types: find return type (9a33e47)
  • typing: base api optional parameters (780952d)

0.1.2 (2021-08-13)

Features

  • admin: add basic configuration for admin/src (ee3146e)
  • ci: add github codeql analysis base config (14abaff)
  • docker: add dockerfile and docker-compose with traefik and postgres sample (64b2106)
  • typing: add default services and controllers interfaces (26abb6b)
  • typings: add meta component example (aead33b)
  • typings: simplified model export (92a3d6f)

0.1.1 (2021-08-10)

Features

  • init: linters, git-hooks and basic typescript support (0df2dae)
  • typings: add article api examples (0047c5b)
  • typings: add jsdoc with typescript parser configuration (36eef8a)
  • typings: add sample plugin examples (78b8f5a)
  • typings: register all extendable interfaces in globals + add core functions (ae1aac0)
  • vscode: add extentions recommendations (a3818e0)

Bug Fixes

  • typings: config context (d9075f9)