@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
234 lines (74 loc) • 5.77 kB
Markdown
---
lang: en
title: 'CHANGELOG - @loopback/cron'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI, Node.js, TypeScript, OpenAPI, CHANGELOG
sidebar: lb4_sidebar
toc_level: 0
editurl: https://github.com/strongloop/loopback-next/blob/master/extensions/cron/CHANGELOG.md
permalink: /doc/en/lb4/changelog.cron.html
---
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.3.6](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.5...@loopback/cron@0.3.6) (2021-01-21)
**Note:** Version bump only for package @loopback/cron
## [0.3.5](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.4...@loopback/cron@0.3.5) (2020-12-07)
**Note:** Version bump only for package @loopback/cron
## [0.3.4](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.3...@loopback/cron@0.3.4) (2020-11-18)
**Note:** Version bump only for package @loopback/cron
## [0.3.3](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.2...@loopback/cron@0.3.3) (2020-11-05)
**Note:** Version bump only for package @loopback/cron
## [0.3.2](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.1...@loopback/cron@0.3.2) (2020-10-07)
**Note:** Version bump only for package @loopback/cron
## [0.3.1](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.3.0...@loopback/cron@0.3.1) (2020-09-17)
**Note:** Version bump only for package @loopback/cron
# [0.3.0](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.13...@loopback/cron@0.3.0) (2020-09-15)
### Features
* move framework packages to `peerDependencies` ([d8f72e4](https://github.com/strongloop/loopback-next/commit/d8f72e4e9085aa132bfac3e930f3960042816f2a))
### BREAKING CHANGES
* Extensions no longer install framework packages as
their own dependencies, they use the framework packages provided by the
target application instead.
If you are getting `npm install` errors after upgrade, then make sure
your project lists all dependencies required by the extensions you are
using.
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
## [0.2.13](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.12...@loopback/cron@0.2.13) (2020-08-27)
**Note:** Version bump only for package @loopback/cron
## [0.2.12](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.11...@loopback/cron@0.2.12) (2020-08-19)
**Note:** Version bump only for package @loopback/cron
## [0.2.11](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.10...@loopback/cron@0.2.11) (2020-08-05)
**Note:** Version bump only for package @loopback/cron
## [0.2.10](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.9...@loopback/cron@0.2.10) (2020-07-20)
**Note:** Version bump only for package @loopback/cron
## [0.2.9](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.8...@loopback/cron@0.2.9) (2020-06-30)
**Note:** Version bump only for package @loopback/cron
## [0.2.8](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.7...@loopback/cron@0.2.8) (2020-06-23)
### Bug Fixes
* set node version to >=10.16 to support events.once ([e39da1c](https://github.com/strongloop/loopback-next/commit/e39da1ca47728eafaf83c10ce35b09b03b6a4edc))
## [0.2.7](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.6...@loopback/cron@0.2.7) (2020-06-11)
**Note:** Version bump only for package @loopback/cron
## [0.2.6](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.5...@loopback/cron@0.2.6) (2020-05-28)
**Note:** Version bump only for package @loopback/cron
## [0.2.5](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.4...@loopback/cron@0.2.5) (2020-05-20)
**Note:** Version bump only for package @loopback/cron
## [0.2.4](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.3...@loopback/cron@0.2.4) (2020-05-19)
**Note:** Version bump only for package @loopback/cron
## [0.2.3](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.2...@loopback/cron@0.2.3) (2020-05-07)
**Note:** Version bump only for package @loopback/cron
## [0.2.2](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.1...@loopback/cron@0.2.2) (2020-04-29)
**Note:** Version bump only for package @loopback/cron
## [0.2.1](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.2.0...@loopback/cron@0.2.1) (2020-04-23)
**Note:** Version bump only for package @loopback/cron
# [0.2.0](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.1.2...@loopback/cron@0.2.0) (2020-04-22)
### Features
* update package.json and .travis.yml for builds ([cb2b8e6](https://github.com/strongloop/loopback-next/commit/cb2b8e6a18616dda7783c0193091039d4e608131))
## [0.1.2](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.1.1...@loopback/cron@0.1.2) (2020-04-11)
**Note:** Version bump only for package @loopback/cron
## [0.1.1](https://github.com/strongloop/loopback-next/compare/@loopback/cron@0.1.0...@loopback/cron@0.1.1) (2020-04-08)
**Note:** Version bump only for package @loopback/cron
# 0.1.0 (2020-03-24)
### Bug Fixes
* update package locks ([cd2f6fa](https://github.com/strongloop/loopback-next/commit/cd2f6fa7a732afe4a16f4ccf8316ff3142959fe8))
### Features
* **cron:** add an extension to support cron jobs for LoopBack 4 ([18c229c](https://github.com/strongloop/loopback-next/commit/18c229c6cbe659effcc0ca0fd5a32a15f06f387f))