Skip to content

Commit b025a15

Browse files
committed
Updating changelog
1 parent 805a819 commit b025a15

File tree

1 file changed

+30
-16
lines changed

1 file changed

+30
-16
lines changed

CHANGELOG.md

Lines changed: 30 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/feathersjs-ecosystem/feathers-sync/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v2.4.0...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Add compatibility for v5 and update dependencies [\#167](https://github.com/feathersjs-ecosystem/feathers-sync/pull/167) ([daffl](https://github.com/daffl))
10+
11+
## [v2.4.0](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v2.4.0) (2021-07-05)
12+
13+
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v2.3.0...v2.4.0)
14+
15+
**Closed issues:**
16+
17+
- Needs update for Feathers v5 [\#166](https://github.com/feathersjs-ecosystem/feathers-sync/issues/166)
18+
- Issue with Google oAuth [\#164](https://github.com/feathersjs-ecosystem/feathers-sync/issues/164)
19+
320
## [v2.3.0](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v2.3.0) (2021-03-19)
421

522
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v2.2.0...v2.3.0)
@@ -238,7 +255,7 @@
238255

239256
**Fixed bugs:**
240257

241-
- Mubsub config option fix [\#59](https://github.com/feathersjs-ecosystem/feathers-sync/pull/59) ([startupthekid](https://github.com/startupthekid))
258+
- Mubsub config option fix [\#59](https://github.com/feathersjs-ecosystem/feathers-sync/pull/59) ([thebarndog](https://github.com/thebarndog))
242259

243260
**Closed issues:**
244261

@@ -250,6 +267,18 @@
250267

251268
- Update semistandard to the latest version 🚀 [\#57](https://github.com/feathersjs-ecosystem/feathers-sync/pull/57) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
252269
- Update dependencies to enable Greenkeeper 🌴 [\#56](https://github.com/feathersjs-ecosystem/feathers-sync/pull/56) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
270+
- debug@2.3.0 breaks build ⚠️ [\#37](https://github.com/feathersjs-ecosystem/feathers-sync/pull/37) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
271+
- Update amqplib to version 0.5.0 🚀 [\#36](https://github.com/feathersjs-ecosystem/feathers-sync/pull/36) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
272+
- 👻😱 Node.js 0.10 is unmaintained 😱👻 [\#35](https://github.com/feathersjs-ecosystem/feathers-sync/pull/35) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
273+
- jshint —\> semistandard [\#34](https://github.com/feathersjs-ecosystem/feathers-sync/pull/34) ([corymsmith](https://github.com/corymsmith))
274+
- jshint@2.9.4 breaks build 🚨 [\#33](https://github.com/feathersjs-ecosystem/feathers-sync/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
275+
- added a simple flowchart explaining how it works [\#30](https://github.com/feathersjs-ecosystem/feathers-sync/pull/30) ([PedroMD](https://github.com/PedroMD))
276+
- Update mocha to version 3.0.0 🚀 [\#27](https://github.com/feathersjs-ecosystem/feathers-sync/pull/27) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
277+
- Add AMQP Adapter [\#12](https://github.com/feathersjs-ecosystem/feathers-sync/pull/12) ([tinque](https://github.com/tinque))
278+
- Update all dependencies 🌴 [\#10](https://github.com/feathersjs-ecosystem/feathers-sync/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
279+
- Fix broadcast wrong messages [\#9](https://github.com/feathersjs-ecosystem/feathers-sync/pull/9) ([thomaschaaf](https://github.com/thomaschaaf))
280+
- Update readme [\#7](https://github.com/feathersjs-ecosystem/feathers-sync/pull/7) ([mastertinner](https://github.com/mastertinner))
281+
- add redis to subtitle in readme [\#3](https://github.com/feathersjs-ecosystem/feathers-sync/pull/3) ([mastertinner](https://github.com/mastertinner))
253282

254283
## [v0.1.2](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v0.1.2) (2016-12-08)
255284

@@ -264,21 +293,6 @@
264293
- Link to sync in README is broken [\#8](https://github.com/feathersjs-ecosystem/feathers-sync/issues/8)
265294
- TypeError: Cannot read property 'split' of undefined [\#6](https://github.com/feathersjs-ecosystem/feathers-sync/issues/6)
266295

267-
**Merged pull requests:**
268-
269-
- debug@2.3.0 breaks build ⚠️ [\#37](https://github.com/feathersjs-ecosystem/feathers-sync/pull/37) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
270-
- Update amqplib to version 0.5.0 🚀 [\#36](https://github.com/feathersjs-ecosystem/feathers-sync/pull/36) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
271-
- 👻😱 Node.js 0.10 is unmaintained 😱👻 [\#35](https://github.com/feathersjs-ecosystem/feathers-sync/pull/35) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
272-
- jshint —\> semistandard [\#34](https://github.com/feathersjs-ecosystem/feathers-sync/pull/34) ([corymsmith](https://github.com/corymsmith))
273-
- jshint@2.9.4 breaks build 🚨 [\#33](https://github.com/feathersjs-ecosystem/feathers-sync/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
274-
- added a simple flowchart explaining how it works [\#30](https://github.com/feathersjs-ecosystem/feathers-sync/pull/30) ([PedroMD](https://github.com/PedroMD))
275-
- Update mocha to version 3.0.0 🚀 [\#27](https://github.com/feathersjs-ecosystem/feathers-sync/pull/27) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
276-
- Add AMQP Adapter [\#12](https://github.com/feathersjs-ecosystem/feathers-sync/pull/12) ([tinque](https://github.com/tinque))
277-
- Update all dependencies 🌴 [\#10](https://github.com/feathersjs-ecosystem/feathers-sync/pull/10) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
278-
- Fix broadcast wrong messages [\#9](https://github.com/feathersjs-ecosystem/feathers-sync/pull/9) ([thomaschaaf](https://github.com/thomaschaaf))
279-
- Update readme [\#7](https://github.com/feathersjs-ecosystem/feathers-sync/pull/7) ([mastertinner](https://github.com/mastertinner))
280-
- add redis to subtitle in readme [\#3](https://github.com/feathersjs-ecosystem/feathers-sync/pull/3) ([mastertinner](https://github.com/mastertinner))
281-
282296
## [v0.1.1](https://github.com/feathersjs-ecosystem/feathers-sync/tree/v0.1.1) (2016-01-30)
283297

284298
[Full Changelog](https://github.com/feathersjs-ecosystem/feathers-sync/compare/v0.1.0...v0.1.1)

0 commit comments

Comments
 (0)