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: dankeboy36/vscode-arduino-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: dankeboy36/vscode-arduino-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 39 files changed
  • 3 contributors

Commits on Jun 11, 2023

  1. feat(api)!: exposed the build_properties API

     - keep the state in the memory,
     - derived API types from the CLI's API,
     - basic configuration support,
     - replaced `buildPath` with `compileSummary`, and
     - updated the readme.
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    b42e8ca View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. fix: use strict test assertions

     - 💄 updated README: dropped `2.x`,
     - set `engines.node`: `>=16.14.0`, and
     - simplified the description.
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d792871 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat(release): automate release (#4)

    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cb414b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat: multi sketch folders support (#12)

    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    4d87fab View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.2.0 [skip ci]

    # [0.2.0](0.1.2...0.2.0) (2023-12-29)
    
    ### Features
    
    * multi sketch folders support ([#12](#12)) ([4d87fab](4d87fab))
    * **release:** automate release ([#4](#4)) ([cb414b0](cb414b0))
    semantic-release-bot committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    0badc9d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: expose selectedProgrammer + configOptions (#14)

    Closes #13
    
    Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
    dankeboy36 authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    25ab1d4 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.2.1 [skip ci]

    ## [0.2.1](0.2.0...0.2.1) (2024-01-05)
    
    ### Bug Fixes
    
    * expose `selectedProgrammer` + `configOptions` ([#14](#14)) ([25ab1d4](25ab1d4)), closes [#13](#13)
    semantic-release-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    55044a7 View commit details
    Browse the repository at this point in the history
Loading