Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: goplus/xgolsw

Tags

v0.15.3

Toggle v0.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade spx to v2.0.0-pre.41 (#253)

* Initial plan

* Upgrade spx to v2.0.0-pre.41 and regenerate pkgdata.zip

Co-authored-by: go-wyvern <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: go-wyvern <[email protected]>

v0.15.2

Toggle v0.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade spx to v2.0.0-pre.40 and regenerate pkgdata.zip (#251)

* Initial plan

* chore: upgrade spx to v2.0.0-pre.40 and regenerate pkgdata.zip

Co-authored-by: go-wyvern <[email protected]>

* chore: add .gitignore to exclude build artifacts

Co-authored-by: go-wyvern <[email protected]>

* chore: remove .gitignore file not requested in issue

Co-authored-by: go-wyvern <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: go-wyvern <[email protected]>

v0.15.1

Toggle v0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the "go-modules" group with 1 updates across multiple ecosystems (

…#243)

* chore(deps): bump the go-modules group with 3 updates

Bumps the go-modules group with 3 updates: [github.com/goplus/spx/v2](https://github.com/goplus/spx), [golang.org/x/text](https://github.com/golang/text) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `github.com/goplus/spx/v2` from 2.0.0-pre.37 to 2.0.0-pre.38
- [Release notes](https://github.com/goplus/spx/releases)
- [Commits](goplus/spx@v2.0.0-pre.37...v2.0.0-pre.38)

Updates `golang.org/x/text` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.31.0...v0.32.0)

Updates `golang.org/x/tools` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/goplus/spx/v2
  dependency-version: 2.0.0-pre.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/tools
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>

* Regenerate pkgdata.zip after dependency updates (#244)

* Initial plan

* Regenerate pkgdata.zip for updated dependencies

Co-authored-by: aofei <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: aofei <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: aofei <[email protected]>

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: drop bundled client implementation (#238)

We decided to stop maintaining a client implementation because such an
implementation is hard to meet real-world needs, including support for
Worker threads.

Signed-off-by: Aofei Sheng <[email protected]>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github.com/goplus/spx/v2 from 2.0.0-pre.27 to 2.0.0…

…-pre.29 (#223)

Signed-off-by: Aofei Sheng <[email protected]>

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github.com/goplus/spx/v2 from 2.0.0-pre.21 to 2.0.0…

…-pre.22 (#220)

Signed-off-by: Aofei Sheng <[email protected]>

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: bump github.com/goplus/spx/v2 from 2.0.0-pre.10 to 2.0.0-pr…

…e.11 (#204)

Signed-off-by: Aofei Sheng <[email protected]>

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cl): update diagnostic range handling for code generation errors (#…

…192)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github.com/goplus/spx/v2 from 2.0.0-pre.8 to 2.0.0-…

…pre.9 (#189)

Signed-off-by: Aofei Sheng <[email protected]>

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add func filtering for spx resource parameter inspection (#178)

Add `HasSpxResourceNameTypeParams` function to optimize spx resource
reference inspection by enabling early filtering of function calls that
don't contain spx resource name type parameters. The function supports
all 6 spx resource name types (`BackdropName`, `SpriteName`,
`SpriteCostumeName`, `SpriteAnimationName`, `SoundName`, `WidgetName`)
and handles complex scenarios including pointers, slices, and variadic
parameters. Includes caching for non-`main` package functions to improve
performance.

Signed-off-by: Aofei Sheng <[email protected]>