Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NativeScript/nativescript-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.2
Choose a base ref
...
head repository: NativeScript/nativescript-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0
Choose a head ref
  • 15 commits
  • 28 files changed
  • 2 contributors

Commits on Jan 12, 2021

  1. Copy the full SHA
    c8447cd View commit details

Commits on Jan 14, 2021

  1. feat: initialize git repo on project create (#5468)

    * feat: initialize git repo on project create
    
    * refactor: use child process
    
    * test: git init commands
    
    * fix: ignore commit hooks
    
    * test: update test with --no-verify
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 14, 2021
    Copy the full SHA
    9f78c15 View commit details

Commits on Jan 18, 2021

  1. Copy the full SHA
    0f3e535 View commit details

Commits on Jan 26, 2021

  1. fix: tgz runtime resolution

    rigor789 committed Jan 26, 2021
    Copy the full SHA
    101bfae View commit details
  2. chore: remove console.log

    rigor789 committed Jan 26, 2021
    Copy the full SHA
    8859c6d View commit details
  3. docs: add help page for ns resources (#5484)

    * docs:resources help
    
    * chore: title fix
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    
    * chore: moved resources.md
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 26, 2021
    Copy the full SHA
    bca6757 View commit details
  4. feat: warn invalid platform folders (#5463)

    * feat: handle empty platforms folder
    
    * chore: shorter warning message
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    
    * fix: platformDirectoryItemCount variable name
    
    * chore: explaining platformDirectoryItemCount check
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 26, 2021
    Copy the full SHA
    fde4403 View commit details
  5. Copy the full SHA
    0675896 View commit details

Commits on Jan 27, 2021

  1. feat: -v checking for updates (#5461)

    * feat: version command check update
    
    * feat: show a spinner while fetching latest version
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 27, 2021
    Copy the full SHA
    2d6683c View commit details
  2. perf: initialize project data only if uninitialized (#5478)

    * perf: initialize project data if needed
    
    * refactor: move validation to initializeProjectData
    
    * refactor: check initialization in the beginning of initializeProjectData
    
    * fix: negate type-o fix
    janoshrubos authored Jan 27, 2021
    Copy the full SHA
    27c2f0c View commit details
  3. docs: add --path option to build help (#5477)

    * docs:show --path option on build help
    
    * chore: use dashes
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 27, 2021
    Copy the full SHA
    b38598d View commit details
  4. perf: validate update version before backup (#5479)

    * perf: validate update version before backup
    
    * perf: no need to loop through all deps
    
    Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
    janoshrubos and rigor789 authored Jan 27, 2021
    1
    Copy the full SHA
    d312f14 View commit details
  5. fix: handle permissions error on directory creation (#5480)

    * fix: handle permissions error on directory creation
    
    * refactor: common error message
    janoshrubos authored Jan 27, 2021
    Copy the full SHA
    58e833d View commit details

Commits on Feb 5, 2021

  1. Copy the full SHA
    bb2cc01 View commit details
  2. chore(release): 7.2.0

    rigor789 committed Feb 5, 2021
    Copy the full SHA
    35d8301 View commit details
Loading