Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Releases: Lyduz/nitibo

Support for Hot-Module Replacement (HMR)

11 May 04:46
dd4a723
Compare
Choose a tag to compare

Changes made:

Fixes:

Support for Layout Views

27 Apr 18:26
71bd190
Compare
Choose a tag to compare

Changes made:

  • add layout views support (Please see readme under layout topic)
  • fix vuex modules strict mode problem #16

Non-Breaking Stable Release

09 Apr 17:49
929d9f3
Compare
Choose a tag to compare

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

08 Apr 06:07
0f22dd3
Compare
Choose a tag to compare

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

06 Apr 04:02
c2ae1b2
Compare
Choose a tag to compare

Breaking changes include:

  • bump to Nativescript 6.0 major version
  • open-sourced to Lyduz organization