Releases: simpleweb/romulus-cli
Releases · simpleweb/romulus-cli
v2.4.1
Switch release process to use Yarn.
v2.4.0
This adds support for TypeScript into the scaffolding commands.
v1.1.0
- 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-configto 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-reduxto use Hooks - Stops Typescript errors in VS Code
- Fixes a bug with Flow
0.105.0withreact-native init - Removes container pattern from the Styleguide and uses new
react-reduxHooks - 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
v1.0.2
v1.0.1
v1.0.0
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:
- 0.1.0 => 1.0.0 #88 (craigcoles)
- Add CHANGELOG #87 (craigcoles)
- Style tweaks #86 (benjaminreid)
- Navigation Updates #85 (craigcoles)
- Update husky hooks #84 (craigcoles)
- Contributions #83 (craigcoles)
- Implement tests #82 (craigcoles)
- Update README based on latest changes #81 (benjaminreid)
- Switch to use styled-components themeing API #80 (benjaminreid)
- Prettier config is now being symlinked #79 (craigcoles)
- Security Fixes #78 (craigcoles)
- Babelrc fix #77 (benjaminreid)
- Fix for styled-components v4 #76 (benjaminreid)
- Rename scenes to screens #75 (craigcoles)
- Allow container to be moved for scenes #72 (benjaminreid)
- Update README so clearer to new users #70 (benjaminreid)
- Unfix version of react-navigation #69 (craigcoles)
- Add MIT license #68 (craigcoles)
- Setup CLI tool and setup commands #67 (benjaminreid)
- Documentation #66 (benjaminreid)
- Pull request and issue templates #65 (benjaminreid)
- Store cleanup #58 (benjaminreid)
- Small tweaks #57 (benjaminreid)
- Optional i18n support #56 (benjaminreid)
- I18n support #55 (benjaminreid)
- iPhone X environment label fix and normal positioning tweak #54 (benjaminreid)
- Layout fixes #53 (benjaminreid)
- Change to react-native-config #52 (benjaminreid)
- No need for NPM! #51 (benjaminreid)
- Required to pass linting #50 (benjaminreid)
- Babel Fix for RNDotEnv #49 (craigcoles)
- Update stateful component #47 (benjaminreid)
- Env badge #46 (benjaminreid)
- Remove Native Ref from Styled-Components import #45 (craigcoles)
- Translations #41 (craigcoles)
- Fix to version 1.5.11 #40 (craigcoles)
- Remove redux navigation integration #39 (craigcoles)
- React Navigation v2 Updates #38 (craigcoles)
- Fixing undefined token for import, for a stateful component. #37 (mattsmithies)
- Husky / Eslint integration #36 (craigcoles)
- Removes the RNRF code #34 (benjaminreid)
- Scenes generator #32 (benjaminreid)
- Reducer improvements #31 (benjaminreid)
- Remove manual edits #29 (benjaminreid)
- Styled Components fixes #27 (benjaminreid)
- Flow fixes #26 (benjaminreid)
- Package json fix #25 (benjaminreid)
- Prettier #24 (benjaminreid)
- Update components #23 (benjaminreid)
- Fix react-navigation breaking changes #22 (craigcoles)
- Use redux-action-buffer from NPM #21 (craigcoles)
- Upgrade redux-persist to v5 #20 (craigcoles)
- Correct usage of the system font #19 (craigcoles)
- Convert existing components to styled-components #17 (craigcoles)
- Added the Full component as part of Layout #16 (craigcoles)
- Added the Text component #15 (craigcoles)
- Remove the header on the launch screen #14 (craigcoles)
- Remove platform indexes [#...