Skip to content

Releases: ignatisD/cbrm

v6.0.1

16 Mar 15:22
2b8e913

Choose a tag to compare

6.0.1 (2022-03-16)

Bug Fixes

  • i18n: Fix a bug with i18n configuration on GlobalConfiguration (d257ef5)

v6.0.0

16 Mar 14:25
4cf6922

Choose a tag to compare

6.0.0 (2022-03-16)

Bug Fixes

  • Fix eslint errors (e712f72)
  • Fix eslint errors (eb2e93f)
  • Rename statemanager to configuration and use it as server config (6090715)

Features

  • Get tests up-to-date and fix queues (395688d)
  • Stop using default exports and add StateManager instead of globals (94e8168)

BREAKING CHANGES

  • Removed globals and removed default exports

v5.0.0

12 Mar 10:10
ba5c0b5

Choose a tag to compare

5.0.0 (2022-03-12)

Features

  • populate: Change how populate works and moved it from helpers to the Repository (6273990)

BREAKING CHANGES

  • populate: Removed mongoose from base package

v4.0.0

29 Nov 09:00
3657291

Choose a tag to compare

4.0.0 (2021-11-29)

Bug Fixes

  • controller: Quick fix for query usage in the base controller (1d40430)
  • server: Fix bootstrap static to point to this instead of the Server class directly (1d9e51d)

Features

  • query: Add new methods to the Query class to mimic parse server queries (65bdcb0)

BREAKING CHANGES

  • query: Removed method signatures from IQuery interface

v3.0.0

14 Nov 22:01
0faa84a

Choose a tag to compare

3.0.0 (2021-11-14)

Bug Fixes

  • tsconfig: Fix tsconfig module (3d795ea)

BREAKING CHANGES

  • tsconfig: tsconfig module is now commonjs

v2.0.0

14 Nov 21:32
529a099

Choose a tag to compare

2.0.0 (2021-11-14)

Bug Fixes

  • Remove application business and controller (721ee5b)
  • Replace private code with protected (86fd292)

BREAKING CHANGES

  • ApplicationBusiness and ApplicationController files no
    longer available

v1.0.2

14 Nov 20:28
d3e68e7

Choose a tag to compare

1.0.2 (2021-11-14)

Bug Fixes

  • logger: Disable the global logger and instead import the logger class where required (99a1e04)

v1.0.1

14 Nov 14:08
50bbc0a

Choose a tag to compare

1.0.1 (2021-11-14)

1.0.1 (2021-11-14)

Bug Fixes

  • axios: Fix axios, replace mongoose intl plugin and use a mongoose connector file (bae1aeb)
  • axios: Update axios configs (55c78e7)
  • eslint: Add the .eslintignore file (7d90d3b)
  • eslint: Fix eslint rules (845d43b)
  • eslint: Fix eslint rules (c249eb6)
  • files: Rename files to properly mark their content (6d37911)
  • npm: Remove unused or vulnerable packages and bump NodeJS to v16 (95dfca4)
  • locales: Move locales folder (79864d7)

Continuous Integration

  • npm: Add npm publish with semantic release (8f1dbea)

Features

  • bull-board: Add bull board support for queue inspection (19802b1)
  • cbrm: Write the basic cbrm framework with mongoose redis and elasticsearch options (64afd55)
  • first commit (397ba05)
  • general: Change library structure and move features to sub-projects (10d737b)
  • parse: Add parse connector (b31403b)
  • parse: Add parse repository (1c3b2aa)

BREAKING CHANGES

  • npm: This package no longer has bodybuilder dependencies
  • pm2: Remove pm2 dependency (db2c4e3)