Skip to content

Releases: highlightjs/highlightjs-apex

v1.4.0

28 Feb 18:35
3d28c2c
Compare
Choose a tag to compare

1.4.0 (2024-02-28)

Features

Build System

  • mocha: bump mocha from 10.2.0 to 10.3.0 (#50) (133be56)

Continuous Integration

  • release-please: fix action logic typo (e6436a8)

v1.3.5

06 Feb 03:42
945467f
Compare
Choose a tag to compare

1.3.5 (2024-02-06)

Bug Fixes

  • rename variable classes from debug temp names (fa67d05)

v1.3.4

06 Feb 01:45
ef4ea46
Compare
Choose a tag to compare

1.3.4 (2024-02-06)

Bug Fixes

  • handle words starting with "this" e.g. thisAccount (#48) (85641da)

Styles

  • exclude tick-marks from comment substring highlighting (#38) (66936f4)

Build System

  • move scripts cheatsheet (1e1e4fc)
  • prettier: bump prettier from 3.0.3 to 3.1.0 (#37) (a3d10f4)
  • prettier: bump prettier from 3.1.0 to 3.1.1 (#41) (c0621dd)
  • prettier: bump prettier from 3.2.2 to 3.2.3 (#44) (2cfc254)
  • prettier: bump prettier from 3.2.3 to 3.2.4 (#45) (e3138e8)

Continuous Integration

  • google-github-actions/release-please-action: bump google-github-actions/release-please-action from 3 to 4 (#40) (bdd93a7)
  • release-please: update release-please action inputs (e49d3aa)
  • release-please: update release-please action inputs (3ca1068)

v1.3.3

09 Nov 19:26
2861837
Compare
Choose a tag to compare

1.3.3 (2023-11-09)

Bug Fixes

  • include interface in class declaration (#34) (51037bd)
  • remove unnecessary system interfaces (c8e9b25)

Reverts

  • "docs: add separate changelog section for dependencies" (4483ee6)

Code Refactoring

Documentation

  • add separate changelog section for dependencies (ed13712)
  • include testing updates in changelog (9a55c6a)

Tests

  • add page to view expected markup test code (c8e9b25)
  • add sample soql file (c8e9b25)

Build System

Continuous Integration

  • dependabot: auto-rename dependabot update PRs (#33) (ca9a5ed)
  • dependabot: update dependabot PRs only if opened by dependabot (#36) (5a19c11)

v1.3.2

07 Nov 05:17
0181506
Compare
Choose a tag to compare

1.3.2 (2023-11-07)

Code Refactoring

  • apex: rearrange class for readability (#29) (e73a679)
  • rearrange modules to better order for parsing (#30) (b8e8a6f)

Styles

  • monokai-sublime-apex: update theme subscopes (#27) (837b79f)

v1.3.1

02 Nov 23:32
95cec5f
Compare
Choose a tag to compare

1.3.1 (2023-11-02)

Continuous Integration

  • npm: give proper permission to upload provenance (50fe2be)

v1.3.0

02 Nov 23:27
42f885c
Compare
Choose a tag to compare

1.3.0 (2023-11-02)

Features

Styles

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

Documentation

Build System

  • changelog: remove auto-changelog (#21) (4c82447)

Continuous Integration

v1.2.1

02 Nov 04:52
db899a7
Compare
Choose a tag to compare

1.2.1 (2023-11-02)

Miscellaneous Chores

Documentation

  • changelog: update changelog v1.2.0 (3144fae)

Build System

  • deps-dev: bump highlight.js from 11.7.0 to 11.8.0 (#8) (54529fe)
  • deps-dev: bump prettier from 2.8.7 to 2.8.8 (#7) (9edcca2)
  • deps-dev: bump prettier from 2.8.8 to 3.0.0 (f866c97)
  • deps-dev: bump prettier from 3.0.0 to 3.0.1 (#10) (ae6770e)
  • deps-dev: bump prettier from 3.0.1 to 3.0.2 (#12) (e1f490a)
  • deps-dev: bump prettier from 3.0.2 to 3.0.3 (#13) (d2f1a6f)
  • deps: bump highlight.js from 11.8.0 to 11.9.0 (#15) (b20db94)
  • include highlight.js as dependency (#11) (1026749)

Continuous Integration

  • deps: bump actions/checkout from 3 to 4 (#14) (c237011)
  • release-please: implement Release-Please for changelog (#17) (c81e1ee)

API 57.0 Spring 23

30 Mar 00:49
612f13a
Compare
Choose a tag to compare

What's Changed

  • feat: update to Spring 23 (API 57.0) by @dschach in #4
  • build(deps-dev): bump prettier from 2.8.4 to 2.8.7 by @dependabot in #5
  • feat(auto-changelog): configure auto-changelog by @dschach in #6

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Jun 03:22
Compare
Choose a tag to compare

Lots of cleanup - removed comments, made sure that detect tests went well against all the other languages in the main repo, and tightened up some keywords (class, trigger, interface) so they highlight consistently. Found some operators that weren't listed (sorry, null operator).

What's Changed

New Contributors

Full Changelog: https://github.com/highlightjs/highlightjs-apex/commits/v1.1.0