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: dev-cycles/contextive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.2
Choose a base ref
...
head repository: dev-cycles/contextive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.0
Choose a head ref
  • 15 commits
  • 61 files changed
  • 2 contributors

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    769350c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Configuration menu
    Copy the full SHA
    1fb6741 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2025

  1. Configuration menu
    Copy the full SHA
    7128344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f02b5 View commit details
    Browse the repository at this point in the history
  3. feat(language-server): support diacritic markers in defined terms tha…

    …t are not present in code (#95)
    chrissimon-au committed May 17, 2025
    Configuration menu
    Copy the full SHA
    c961ccc View commit details
    Browse the repository at this point in the history
  4. feat(language-server): support ẞ and ß in terminology definitions whe…

    …n represented as 'ss' in code (#95)
    chrissimon-au committed May 17, 2025
    Configuration menu
    Copy the full SHA
    36673f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfb5f90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3363262 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. refactor(core): refactor term and candidate term normalisation in pre…

    …p for pre-indexing variants perf improvement
    chrissimon-au committed May 18, 2025
    Configuration menu
    Copy the full SHA
    4ab4964 View commit details
    Browse the repository at this point in the history
  2. perf(language-server): Pre-index glossaries to improve performance wi…

    …th many very large glossaries (tested with 15 glossaries of 10,000 terms each)
    chrissimon-au committed May 18, 2025
    Configuration menu
    Copy the full SHA
    f230f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07af82 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. perf(language-server): Improve performance of auto-completion with ma…

    …ny very large glossaries (tested with 15 glossaries of 10,000 terms each)
    chrissimon-au committed May 19, 2025
    Configuration menu
    Copy the full SHA
    14dff7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28f9c1 View commit details
    Browse the repository at this point in the history
  3. chore(core): fix bug introduced by performance enhancement - ensure a…

    …liases are indexed as well as the main term
    chrissimon-au committed May 19, 2025
    Configuration menu
    Copy the full SHA
    1189343 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.17.0 [skip ci]

    # 🚀 [1.17.0](https://github.com/dev-cycles/contextive/releases/tag/v1.17.0) (2025-05-19)
    
    [📘 Docs](https://docs.contextive.tech/community/v/1.17.0) | [📋 Compare with v1.16.2](v1.16.2...v1.17.0)
    
    ### 🌟 Features
    
    * **language-server:** support .yaml extension as well as .yml in glossary filenames (fixes [#106](#106)) ([7128344](7128344))
    * **language-server:** support diacritic markers in defined terms that are not present in code ([#95](#95)) ([c961ccc](c961ccc))
    * **language-server:** support ẞ and ß in terminology definitions when represented as 'ss' in code ([#95](#95)) ([36673f4](36673f4))
    * **vscode:** activate vscode extension on detecting .glossary.yaml extension ([#106](#106)) ([51f02b5](51f02b5))
    
    ### 📈 Performance Enhancement
    
    * **language-server:** Improve performance of auto-completion with many very large glossaries (tested with 15 glossaries of 10,000 terms each) ([14dff7c](14dff7c))
    * **language-server:** Pre-index glossaries to improve performance with many very large glossaries (tested with 15 glossaries of 10,000 terms each) ([f230f7f](f230f7f))
    semantic-release-bot committed May 19, 2025
    Configuration menu
    Copy the full SHA
    9e6f673 View commit details
    Browse the repository at this point in the history
Loading