Skip to content

Releases: jankapunkt/meteor-react-native-starter

2.0.0

01 Jun 09:11
959346f
Compare
Choose a tag to compare
  • added full test-stack for backend, 100% coverage
  • added full test-stack for app, initial tests added
  • added jsdoc for backend and app
  • updated README, where necessary
  • correct a few links
  • add full GitHub actions CI suite for backend and app

Full Changelog: 1.2.1...v2.0.0

1.2.1

08 May 10:55
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.8 in /app by @dependabot in #2
  • build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /app by @dependabot in #3
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /backend by @dependabot in #4
  • build(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /app by @dependabot in #5
  • build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /app by @dependabot in #6
  • upgraded @meteorrn/core to 2.4.0
  • upgraded Expo Sdk to 48 and upgraded related dependencies accordingly

New Contributors

Full Changelog: v1.2.0...1.2.1

v.1.2.0

25 Oct 13:08
18799d5
Compare
Choose a tag to compare
  • optimized a few parts of the code
  • implemented simple todos

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Oct 05:21
fb3e893
Compare
Choose a tag to compare

This is now a full-scale starter project that you can use as template to create a Meteor+RN app.

It now includes:

  • complete authentication workflow (signIn, signUp, signOut, deleteAccount)
  • Profile page + updating profile fields (updateProfile)
  • minimal component / container styling, easily extendable
  • standard lint

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Oct 10:04
5eedcc6
Compare
Choose a tag to compare

First stable release with full working auth system:

  • auto sign in
  • sign in manually
  • register new account