- 6f62f69: feat: nitro-upgrade
- 56dc616: feat: upgrade to nitro v0.22.0
- 3d18ee1: feat: generates github action for the package
- 1cb1b68: chore: remove support for pnpm and update docs chore: use bun.lock fix(android): app:mergeLibDexDebug chore: remove unused files fix: correct order of next steps chore: formatting fix(yarn): use codegen to run postscript chore: use codegen to run postscript feat: add yarn workflow
- 0aae71f: feat: add support for rn 0.77.0
- 97d9762: chore: upgrade to nitro 0.21.0
- 53da891: fix: support yarn workspaces using yarn v3 chore: improve dependency installation
- 614095c: fix - failed to copy .gitignore
-
7e2456d: ### Major Changes
- Added template to assets
- Added generate-nitro-module functionality
- Added new
--skip-install
flag to skip dependency installation
- Improved documentation
- Organized code structure
- Added file generator for each language
- Fixed ignore paths
- Removed nitro-schema.json
- Updated naming convention to follow nitro standards
- 3684e69: feat: reduce cli npm size by ignoring the
nitro-module-cli.gif
fix: no such file or directory error
- 823f643: docs: adds docs url and updates readme docs
- 604ef36: - feat: add support for --module-dir
- feat: add support for --skip-example
- afb99f0: - feat(BREAKING CHANGE): generate root module folder
- feat: add nitro schema url
- feat: upgrade rn version
- chore: remove unnecessary packages
- feat: remove hybridContext and memorySize from swift example 😍
- feat: generate example app based on module name 🚀
- feat:
bun create nitro-module <moduleName>
now works!! 🚀
- fb67977: fix: linking issue when using a custom android package name
- 89dba2d: fix assets folder not found
- a50e84c: - fix: nitro tags
- chore: prefix lib name with react-native-
- fix: windows paths
- feat: adds react-native.config.js to locally autolink the module
- b0789c4: add git urls to package.json
- 32b9edb: - Fix build issue on android
- Adds new confirmation question
- Adds nitro-spinner
- Refactor cli
- 1272085: adds nitro-module gif file and modifies docs
- 96e751f: - Fix bug where
bun create nitro-module [name]
was not working- Minify the tsconfig file
- Update eslint rules to meet project needs
- 4d882b0: add npm keywords and adds read and write permission to the release gha
- initial release