This repository has been archived by the owner on Nov 22, 2020. It is now read-only.
Releases: Lyduz/nitibo
Releases · Lyduz/nitibo
Support for Hot-Module Replacement (HMR)
Changes made:
Fixes:
- add support for HMR (#19)
- update packages, remove older babel versions
- set noEmitHelper to true (see nativescript-vue/nativescript-vue#507 (comment))
Support for Layout Views
Changes made:
- add layout views support (Please see readme under layout topic)
- fix vuex modules strict mode problem #16
Non-Breaking Stable Release
Changes made are:
- finalize and test the repository pattern for API calls
- fix env location
- enable ts-ignore rule (fixed explicit typing)
- vue-devtools now running by default in development mode
- update readme
Support for Module-Oriented Structure
Major changes include:
- use module-oriented structure for code architecture
- add linters (eslint, typescript/eslint, prettier) for .ts, .js, .vue files
- add npm scripts (see readme)
- standardized vuex methods name, variables
- heavy refactor on TS emphasis
- updated example
Bug fixes:
- fix deprecated LaunchImage in App_Resources for xcode (ios)
- remove unnecessary packages
Support for Nativescript 6.0
Breaking changes include:
- bump to Nativescript 6.0 major version
- open-sourced to Lyduz organization