Skip to content

Releases: simpleweb/romulus-cli

v2.4.1

13 Feb 10:56
15b6ba4

Choose a tag to compare

Switch release process to use Yarn.

v2.4.0

13 Feb 10:39
f3aac9e

Choose a tag to compare

This adds support for TypeScript into the scaffolding commands.

v1.1.0

09 Oct 12:52
d63e2d1

Choose a tag to compare

  • Adds support for React Native 0.61.1
  • Bring dependencies up to date, particularly react-native-navigation
  • Automates installation of react-native-navigations‘s dependencies that can’t quite be auto-linked
  • Allows react-native-config to be auto linked using the Github version of the package
  • Refactors some class components to functional ones
  • Brings some config files over for React Native 0.61.1
  • Automatically installs Pods for the needed dependencies
  • No longer copies python scripts used during installation into the project
  • Removed some un-used code
  • Brings support for latest redux-persist
  • Refactors react-redux to use Hooks
  • Stops Typescript errors in VS Code
  • Fixes a bug with Flow 0.105.0 with react-native init
  • Removes container pattern from the Styleguide and uses new react-redux Hooks
  • Simplifies App component using Fragments
  • Updates prop type definitions for react-navigation
  • Flow is now hard coded and not asked at install (as it’s hard coded by React Native anyway)
  • Prettier is given an exact version as they are introducing stylistic changes in patch version (they now recommend exact installation of the package)
  • Removed navigation persistence as it has gone back to being way more experimental, so include it after if you need to, https://reactnavigation.org/docs/en/state-persistence.html

v1.0.3

10 Dec 15:27
2929943

Choose a tag to compare

Changes

Merged pull requests:

v1.0.2

10 Dec 11:31
4897d9f

Choose a tag to compare

Changes

Merged pull requests:

v1.0.1

10 Dec 11:16
442a1ec

Choose a tag to compare

Changes

Merged pull requests:

v1.0.0

10 Dec 10:55
66ba97b

Choose a tag to compare

Changes

Implemented enhancements:

  • Use styled-components themes #73
  • Environment Variables #48
  • Format code output with Prettier #6
  • Rework layout component #44
  • Move translations over to react-native-i18n #42

Fixed bugs:

  • Redux Persist is now at v5 #13
  • Stop generating index.<platform>.js files #11
  • Remove ActionConst import #9
  • Update flow-typed for styled-components support #8
  • Environment indicator on iPhone X #43

Closed issues:

  • Symlinking Prettier config #71
  • Include text/language folder to be included in the base generator, consider a language generator for different locales. #35
  • Package.json edits #28
  • Change install/setup instructions #18
  • Onboarding animation remove #4
  • Update README #3
  • Redux saga yield fix #2
  • Redux logger breaking change #1
  • Name #64
  • Change log #63
  • Docs with documentation #62
  • Explore packaging as a CLI tool #61
  • Issue and pull request templates #59

Merged pull requests:

Read more