Skip to content

Releases: meteorrn/meteor-react-native

v2.9.1

Choose a tag to compare

@jankapunkt jankapunkt released this 21 Sep 08:35
291c272

What's Changed

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

Choose a tag to compare

@jankapunkt jankapunkt released this 25 Aug 07:34
c065693

What's Changed

Full Changelog: v2.8.1...v2.9.0

2.8.1

Choose a tag to compare

@jankapunkt jankapunkt released this 17 Apr 06:56
f3222c7

What's Changed

Full Changelog: v2.7.1...v2.8.1

v2.8.0-rc.0

v2.8.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@jankapunkt jankapunkt released this 16 Jan 10:31
63671a1

This is an intermediate release for testing.

NPM Link: https://www.npmjs.com/package/@meteorrn/core/v/2.8.0-rc.0

v2.7.1

Choose a tag to compare

@jankapunkt jankapunkt released this 05 Jan 10:22
3160e26

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

Choose a tag to compare

@jankapunkt jankapunkt released this 04 Dec 08:00
a2ec075

Get the release

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.7.0

Install via

$ npm install @meteorrn/core@2.7.0

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

Choose a tag to compare

@jankapunkt jankapunkt released this 12 Sep 05:07
a6dec62

Get the releases

@meteorrn/core 2.6.0

npm registry link: https://www.npmjs.com/package/@meteorrn/core/v/2.6.0

Install via

$ npm install @meteorrn/core@2.6.0

@meteorrn/local 1.0.3

npm registry link: https://www.npmjs.com/package/@meteorrn/local/v/1.0.3

Install via

$ npm install @meteorrn/local@1.0.3

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

2.5.0

Choose a tag to compare

@jankapunkt jankapunkt released this 09 Jun 08:14
2f9b4fb

What's Changed

  • use @react-native-async-storage/async-storage as default storage fallback by @jankapunkt in #115
  • Replaced wolfy87-eventemitter with core EventEmtiter from 'events' by @jankapunkt in #116

Full Changelog: v2.4.0...v2.5.0

2.4.0

Choose a tag to compare

@jankapunkt jankapunkt released this 22 Mar 07:09
3f4cd96

Package release link

https://www.npmjs.com/package/@meteorrn/core/v/2.4.0

install via

npm install --save-exact @meteorrn/core@2.4.0

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

2.3.0

Choose a tag to compare

@not-ai-yet not-ai-yet released this 09 Aug 21:15

This release is mostly bug fixes:

  • Fix some bugs in Tracker for people who code which accessed the Tracker API
  • Expose a new semi-public API on Meteor.ddp called eventInterface, which allows you to register DDP event handlers (using Meteor.ddp.eventInterface.on which persist regardless of disconnection from server or the changing of the underlying web socket