Skip to content

Releases: omdxp/react-native-help-create

2.7.0

30 Sep 14:37
Compare
Choose a tag to compare

In this version you can create, delete and combine components in atom design pattern by providing --atom, --molecule and --organism options to component related commands.

What's Changed

  • Bump terser from 5.14.1 to 5.14.2 in /website-docs by @dependabot in #21
  • Feat: Create components in atom design pattern by @omdxp in #25
  • Feat: Delete components in atom design pattern by @omdxp in #27
  • Feat: Combine components in atom design pattern by @omdxp in #29
  • Docs: add create, delete and combine components documentation in atom design pattern by @omdxp in #31

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0

03 Jul 09:26
Compare
Choose a tag to compare

In this version you can use the new option --silent for all of your commands if you prefer to not get prompts when using rnhc. Also, it will recommend you similar commands if you make mistakes when writing your commands.

What's Changed

  • Feature: Add --silent option by @Omar-Belghaouti in #19
  • Docs: Add more documentation by @Omar-Belghaouti in #20

Full Changelog: 2.5.1...2.6.0

2.5.1

26 Jun 15:00
Compare
Choose a tag to compare

This patch is for fixing the creation of the navigation files with the new navigators types in TypeScript.

Full Changelog: 2.5.0...2.5.1

2.5.0

25 Jun 20:12
Compare
Choose a tag to compare

In this version you are no longer have the restriction in naming your files with the kebab case, you can use whatever case you want and it will produce the same outcome. And, now test files are created alongside the created components and screens. Also, now all the navigator types are supported, namely stack, native-stack, drawer, bottom-tab, material-bottom-tabs or material-top-tabs.

What's Changed

  • Chore: Get Kebab case for any given string by @Omar-Belghaouti in #15
  • Feature: Add Tests for Components and Screens by @Omar-Belghaouti in #16
  • Feature: Add other type of navigators by @Omar-Belghaouti in #18
  • Docs: Add more documentation by @Omar-Belghaouti in #17

Full Changelog: 2.3.4...2.5.0

2.3.4

16 Jun 16:19
Compare
Choose a tag to compare

This patch is dedicated to fix the error when checking the root of the project, before reading the package.json file now it checks for its existence.

For more details you can check the documentation.

Full Changelog: 2.3.3...2.3.4

2.3.3

15 Jun 17:19
Compare
Choose a tag to compare

This patch is dedicated to enhance the root and language checking for the current project, as well for enhancing creating navigation files which now uses a routes array and map through it for the navigation's screens.

For more details you can check the documentation.

What's Changed

  • Chore: Root and Language Checker Enhancement by @Omar-Belghaouti in #13
  • Chore: Create Navigations Enhancement by @Omar-Belghaouti in #14

Full Changelog: 2.3.1...2.3.3

2.3.1

22 May 09:26
Compare
Choose a tag to compare

This patch is dedicated to fix the issue #11 because the * is a special character reserved for the os and yargs interpret it as to read the current directory.

For more details you can check the documentation.

What's Changed

  • Fix: changing wildcard * to use an empty string instead by @Omar-Belghaouti in #12

Full Changelog: 2.3.0...2.3.1

2.3.0

20 May 11:36
Compare
Choose a tag to compare

In this version you can create and delete redux reducers and actions. So it can give your more room to handle all that redux stuff of creating reducers and updating necessary files again and again. With just a simple command line you can do that more easily and intuitive way!

For more details you can check the documentation.

What's Changed

  • Feature: Redux enhancement by @Omar-Belghaouti in #9
  • Docs: Add more documentation by @Omar-Belghaouti in #10

Full Changelog: 2.2.0...2.3.0

2.2.0

13 May 17:47
19332de
Compare
Choose a tag to compare

In this version you can start using a config file where you can customize the usage for the command line and make more freedom for creating your files. It's also contains a good feature when creating your templates there is a naming convention for your template components (__COMPONENT__) so when you use them it'll be changed to the actual name for your components or screens.

The wildcard (*) feature has also been added to create navigations, and also some enhancements have been made to create navigation files.

For more details you can check the documentation.

What's Changed

  • Chore: Create navigations enhacement by @Omar-Belghaouti in #3
  • Chore: Add tests to action workflows by @Omar-Belghaouti in #5
  • Feature: Using configuration file by @Omar-Belghaouti in #6
  • Chore: DRY utilities by @Omar-Belghaouti in #7
  • Docs: Add more documentation by @Omar-Belghaouti in #8

Full Changelog: 2.0.0...2.2.0

2.0.0

16 Nov 12:35
Compare
Choose a tag to compare

What's Changed

  • Chore: New Project Structure by @Omar-Belghaouti in #2

Full Changelog: 1.0.5...2.0.0