Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nativescript 7.x compatibility #420

Closed
wants to merge 17 commits into from
Closed

Nativescript 7.x compatibility #420

wants to merge 17 commits into from

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    99e1173 View commit details
    Browse the repository at this point in the history
  2. feat: updated old refrences to tns-core-modules

    - tns-core-modules is not required anymore, use @nativescript/core instead
    - removed tns-core-modules typings (deprecated)
    - momentarily added skipLibCheck: true
    - version bump (beta)
    - plugin build OK
    funder7 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    f833263 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. fix: @nativescript/types must be used as references

    - references.d.ts should use the new module
    - fixed tsc compile errors without using @nativescript/core types
    funder7 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6327262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a099f0 View commit details
    Browse the repository at this point in the history
  3. fix: solved problem about WeakRef

    - WeakRef import not needed anymore with @nativescript/types global def
    funder7 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    bc111a5 View commit details
    Browse the repository at this point in the history
  4. chore: version update

    funder7 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6ab42d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. refactor: replaced deprecated func with Builder

    - parseMultipleTemplates,parse are deprecated
    funder7 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    50f7402 View commit details
    Browse the repository at this point in the history
  2. chore: version bump

    funder7 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b362ee0 View commit details
    Browse the repository at this point in the history
  3. chore(lint): added basic eslint configuration

    - installed eslint with typescript-eslint
    - basic configuration
    - ignored files & folders
    - new lint scripts
    funder7 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b4de736 View commit details
    Browse the repository at this point in the history
  4. chore: added lint-staged

    uses git hooks to avoid committing code with linting errors
    funder7 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9f44fda View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    8472f56 View commit details
    Browse the repository at this point in the history
  2. refactor!: temporary fix for markers not showing

    - avoiding to call GC on map elements (read in-code comment)
    - imports condensed where possible
    - fixed file with tslint recommendations
    funder7 committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    fe6a7c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. style: general code formatting

    - optimized imports
    - fixed files with tslint recommendations
    - code formatting
    funder7 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    866f210 View commit details
    Browse the repository at this point in the history
  2. refactor(ios): replaced deprecated call

    - imports optimized
    - ImageSource.fromResourceSync in place of imageSource.fromResource(deprecated)
    - code formatting
    funder7 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    410b767 View commit details
    Browse the repository at this point in the history
  3. feat!: add nativescript 7 support

    follow the ns@7 update guidlines:
    - update npm packages
    - update ns plaforms to v7 (android & ios)
    - add ts-node patcher and plugin config in tsconfig.json
    - update tsconfig module config
    - add ns global-types.d.ts support
    - add @nativeclass() decorator where needed
    - update prepare.js script version check
    
    Ref #422
    funder7 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    4ad47c4 View commit details
    Browse the repository at this point in the history
  4. doc: update README.md

    funder7 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    12ec0c5 View commit details
    Browse the repository at this point in the history
  5. refactor(demo): update project to latest version

    - generate a new project with `ns create...`
    - merge the existing project with the new one
    funder7 committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    f16e9e6 View commit details
    Browse the repository at this point in the history