Skip to content

Releases: hyochan/dooboo-cli

5.0.0

09 Jan 23:47
2c3c0d4
Compare
Choose a tag to compare

React Native template now support web!

  • Renamed callback func more specifically

    • cbResultWeb to cbResultReact and cbResultApp to cbResultReactNative.
    • Replaced cd ios && pod install to npx pod-install.
  • Renamed templates dir to expo
    Expo is the higher condition that overlap react-native. Since we now have some differences between react-native and expo templates, we separate them to expo

  • Separated screen templates for rn and expo

  • Changed pointing RN and EXPO project branches

  • Applied new linting rules and refactor the codebase

  • Added compatibility command for v5

4.0.0

12 Dec 14:27
8ab6844
Compare
Choose a tag to compare

[4.0.0]

  • Fixed templates for React Native and Expo

[3.8.2]

  • Remove react-native-cli dependency and use npx instead.

3.8.0

12 Dec 08:34
Compare
Choose a tag to compare

[3.8.0]

  • Upgrade expo project to sdk 40.

[3.7.3]

  • Remove react-native-cli peer dependencies since this is all in npx now.

[3.7.1]

  • Migrate react-native test template.

[3.7.0]

  • Upgrade expo to 39.

[3.6.1]

  • Change some tempaltes.
    • Set Prop to type instead of interface since it shouldn't be empty.
    • Removed unnecessary tests.

[3.6.0]

  • Upgrade reat-native to 0.63+

[3.5.1]

  • Upgrade packages
    inquirer                 ^7.2.0  →    ^7.3.0 
    @dooboo/eslint-config    ^0.4.2  →    ^0.4.3 
    @types/node            ^14.0.14  →  ^14.0.20 
    eslint                   ^7.3.1  →    ^7.4.0 
    typescript               ^3.9.5  →    ^3.9.6 
    

[3.5.0]

  • Upgrade expo to sdk 38

[3.4.7]

  • Upgrade packages
    @dooboo/eslint-config   ^0.3.8  →   ^0.4.2
    @types/node            ^14.0.1  →  ^14.0.9
    @types/shelljs          ^0.8.7  →   ^0.8.8
    eslint                  ^6.8.0  →   ^7.1.0
    typescript              ^3.8.3  →   ^3.9.3
    

[3.4.6]

  • Remove object type and replace it with Record<string, unknown>

[3.4.5]

  • Fix typo in template

[3.4.4]

  • Fix bug relying on 3.4.4

[3.4.3]

  • Fix bug relying on 3.4.2

[3.4.2]

  • Add react-native project version for git branch sync

[3.4.1]

  • Update react-native template to 0.62.2
  • Default template to FC instead of ReactElement

[3.4.0]

  • Update react-naitve template to 0.62.0

[3.3.7]

  • Fix react's shared component not generating properly.

[3.3.6]

  • Renamed NavigationNativeContainer to NavigationContainer react-native` test template.

[3.3.5]

  • Fix navigation template path from @dooboo-ui/native-theme.

[3.3.3]

  • [HotFix] Resolve screen component for react correctly.

[3.3.2]

  • Remove react-test-renderer import from the templates.

[3.3.1]

  • Resolve template for react`.

3.3.0

31 Dec 06:40
Compare
Choose a tag to compare
Update @types/node to the latest version 🚀 (#63)

* chore(package): update @types/node to version 13.1.0
* chore(package): update lockfile yarn.lock