Skip to content

Latest commit

 

History

History
167 lines (90 loc) · 8.27 KB

CHANGELOG.md

File metadata and controls

167 lines (90 loc) · 8.27 KB

Changelog

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

4.0.0 (2021-05-13)

⚠ BREAKING CHANGES

  • repo: repository search parameters
  • types: QueryParams -> RepoSearchParams
  • types: QueryCriteria -> Criteria
  • types: ProjectionCriteria -> Projection

🔨 Build

  • install qs-to-mongo@2.0.0 (e45db33)

♻️ Code Improvements

  • repo: repository search parameters (959b715)
  • types: ProjectionCriteria -> Projection (e766561)
  • types: QueryCriteria -> Criteria (2cdf1c7)
  • types: QueryParams -> RepoSearchParams (387c592)

✨ Features

  • interfaces: add IRepoSearchParamsBuilder (c83a43f)
  • mixins: add RepoSearchParamsBuilder (42375f2)
  • repo: query, queryByIds, queryOne, queryOneOrFail (166f00e)

✏️ Housekeeping

  • fix release-github script (1fb310c)

3.0.1 (2021-05-11)

🐛 Fixes

3.0.0 (2021-05-10)

⚠ BREAKING CHANGES

  • interfaces: remove EnvironmentVariables

📖 Documentation

  • fix package keywords (634b580)
  • constraints: fix IsUnixTimestampConstraint annotations (40eba12)
  • fix typo (6268a2f)

🔨 Build

  • remove unused dependencies (f26478d)

✨ Features

  • interfaces: remove EnvironmentVariables (940eb79)

✏️ Housekeeping

  • deps: pin prettier to v2.2.1 (771886e)
  • release: update release-github logic (edede6d)

2.0.0 (2021-05-10)

⚠ BREAKING CHANGES

  • providers: add RepoDBConnection
  • models: migrate to class-validator
  • repo: integrate db connection provider

🔨 Build

  • add class-transformer, class-transformer-validator, class-validator (abbf510)

📖 Documentation

  • update readme and contributing guide (c0c4eb0)

✨ Features

  • lib: add IEntity interface (66ae4c1)
  • lib: db connection provider (752e115)
  • models: migrate to class-validator (36b1e6f)
  • providers: add RepoDBConnection (d2a764a)
  • repo: integrate db connection provider (81eeb30)

✏️ Housekeeping

1.1.1 (2021-05-07)

🤖 Testing

💅 Formatting & Structure

🐛 Fixes

  • lib: aggregation stages interface import (34d76b1)

📖 Documentation

✏️ Housekeeping

  • github release workflow (d620eab)
  • update conventional changelog config (44b5e73)

1.1.0 (2021-05-03)

📖 Documentation

  • fix typescript aliases example (df5f4bb)
  • remove duplicate entries from changelog (350c5d8)

1.0.0 (2021-05-02)

📦 Features

📖 Documentation

  • contributing guide - making changes (0dfbbd2)
  • fix typo in mingo config section (d9a5c45)
  • getting started (c833405)
  • installation (b571bf3)
  • scripts/js/create-dist-package-json (b478f95)
  • update install instructions (8e62036)
  • update usage - typescript config (46c3a5f)
  • update v1.0.0 technical spec (d252940)
  • usage (0987d50)
  • usage - configuration (a521f02)