Releases: jankapunkt/meteor-react-native-starter
Releases · jankapunkt/meteor-react-native-starter
2.0.0
- 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
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
- @dependabot made their first contribution in #2
Full Changelog: v1.2.0...1.2.1
v.1.2.0
- optimized a few parts of the code
- implemented simple todos
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
First stable release with full working auth system:
- auto sign in
- sign in manually
- register new account