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

feat: API 59.0 update #16

Merged
merged 44 commits into from
Nov 2, 2023
Merged

feat: API 59.0 update #16

merged 44 commits into from
Nov 2, 2023

Conversation

dschach
Copy link
Collaborator

@dschach dschach commented Oct 19, 2023

add new namespaces for API 59.0

refactor: rebuild most regex for speed
Some code taken from official Apex language definition file

feat(SOQL): sub-scope SOQL queries for supported styles
The use of the "soql" class allows styles to highlight queries differently

style: Monokai-Sublime-Apex theme has been revised

Fixes #23

src/languages/apex.js Fixed Show fixed Hide fixed
src/languages/apex.js Fixed Show fixed Hide fixed
src/languages/apex.js Fixed Show fixed Hide fixed
@dschach dschach self-assigned this Nov 2, 2023
@dschach dschach added enhancement New feature or request javascript Pull requests that update Javascript code labels Nov 2, 2023
@dschach dschach changed the title feat: API 59.0 update and refactor feat: API 59.0 update Nov 2, 2023
@dschach dschach merged commit 0616140 into main Nov 2, 2023
3 checks passed
dschach pushed a commit that referenced this pull request Nov 2, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.3.0](v1.2.1...v1.3.0)
(2023-11-02)


### Features

* API 59.0 update
([#16](#16))
([0616140](0616140)),
closes [#23](#23)


### Styles

* **CSS:** create Monokai Sublime Apex theme
([#18](#18))
([d8a6ca1](d8a6ca1))
* Monokai-Sublime-Apex theme has been revised
([0616140](0616140))


### Documentation

* update README
([56651b3](56651b3))
* update sample code image
([e71c1b9](e71c1b9))


### Build System

* **changelog:** remove auto-changelog
([#21](#21))
([4c82447](4c82447))


### Continuous Integration

* **codeql:** limit run to js updates
([d8d11f8](d8d11f8))
* **npm:** add npm upload to release script
([#22](#22))
([372d827](372d827))
* **npm:** configure npm
([#24](#24))
([56651b3](56651b3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@dschach dschach deleted the feat/api59-1 branch January 24, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix code scanning alert - Polynomial regular expression used on uncontrolled data
1 participant