Releases: SemanticWebLanguageServer/swls
Releases · SemanticWebLanguageServer/swls
swls v0.1.2
Chore
- update changelogs
Commit Statistics
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs (ce696b3)
swls-lang-turtle v0.1.2
Other
- fix workspace all target build + remove linker in .cargo/config.toml
Chore
- update changelogs
Commit Statistics
- 2 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
swls-lang-trig v0.1.1
Other
- fix workspace all target build + remove linker in .cargo/config.toml
Chore
- update changelogs
Commit Statistics
- 2 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
swls-lang-sparql v0.1.2
Other
- fix workspace all target build + remove linker in .cargo/config.toml
Chore
- update changelogs
Commit Statistics
- 2 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
swls-lang-rdf-base v0.1.1
Other
- fix workspace all target build + remove linker in .cargo/config.toml
Chore
- update changelogs
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
swls-lang-jsonld v0.1.2
Other
- fix workspace all target build + remove linker in .cargo/config.toml
Chore
- update changelogs
Commit Statistics
- 2 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
swls v0.1.1
New Features
- bump bevy_ecs to 0.18!
- make cjs work for vscode
- remove PathBuf from read dir
- move components-rs to Url
- fix many minor mistakes
- incorporate cjs, but we cannot yet parse the IRIs
- add better jsonld support
- fix many bugs like highlighting, json-ld, autocompletion when not in a token etc
- improve error spans
- use new parser for turtle and sparql
Other
- fix jsonld goto definition for the last time!
Commit Statistics
- 14 commits contributed to the release over the course of 26 calendar days.
- 11 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (3faf76b)
- Release swls-lov v0.1.1, swls-core v0.1.1, components-rs v0.1.2, swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (612f47d)
- Bump bevy_ecs to 0.18! (37ca762)
- Make cjs work for vscode (35ff992)
- Remove PathBuf from read dir (478139e)
- Fix jsonld goto definition for the last time! (4debbca)
- Move components-rs to Url (44cb452)
- Fix many minor mistakes (663af29)
- Incorporate cjs, but we cannot yet parse the IRIs (9a887c5)
- Add better jsonld support (ade12ad)
- Fix many bugs like highlighting, json-ld, autocompletion when not in a token etc (aa9acc8)
- Improve error spans (5157d40)
- Remove logos/chumsky tokenizers; replace with CST-based token production (da53ead)
- Use new parser for turtle and sparql (dc45e81)
swls-lov v0.1.1
New Features
- rename before publish
Commit Statistics
- 12 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Rename before publish (721d151)
- Try to find and fix broken blank node parsing (0cc6538)
- Read extra ontology files as ontologies (675a559)
- Cargo fmt (464a42a)
- Derive all property and class types (4607c51)
- Add rml-cc prefix (6824a5a)
- Add required lov prefixes (756d392)
- Add prefix.cc completion (d5f46bc)
- Rework frontend (87d405c)
- Start adding monaco support (8431c71)
- Add prefixes (440e1c0)
- Add lov workpackage (819f7b4)
swls-lang-turtle v0.1.1
New Features
- bump bevy_ecs to 0.18!
- make cjs work for vscode
- move components-rs to Url
- fix many minor mistakes
- move components-rs into swls
- incorporate cjs, but we cannot yet parse the IRIs
- try to render hover as markdown
- add better jsonld support
- things
- make jsonld context resolve with local contexts
- fix many bugs like highlighting, json-ld, autocompletion when not in a token etc
- improve error spans
- use new parser for turtle and sparql
- rename before publish
- optimize logging
- claude refactor
- add unused prefix diagnostic and organize imports code action
- add file based configs + order prefix completions based on popularity
Bug Fixes
- make cargo release happy with version numbers
Commit Statistics
- 96 commits contributed to the release.
- 19 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (3faf76b)
- Release swls-lov v0.1.1, swls-core v0.1.1, components-rs v0.1.2, swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (612f47d)
- Bump bevy_ecs to 0.18! (37ca762)
- Make cjs work for vscode (35ff992)
- Move components-rs to Url (44cb452)
- Fix many minor mistakes (663af29)
- Move components-rs into swls (1dff5c4)
- Incorporate cjs, but we cannot yet parse the IRIs (9a887c5)
- Try to render hover as markdown (85ebb49)
- Add better jsonld support (ade12ad)
- Things (a47bca0)
- Make jsonld context resolve with local contexts (7c78bd4)
- Fix many bugs like highlighting, json-ld, autocompletion when not in a token etc (aa9acc8)
- Improve error spans (5157d40)
- Remove logos/chumsky tokenizers; replace with CST-based token production (da53ead)
- Use new parser for turtle and sparql (dc45e81)
- Make cargo release happy with version numbers (29ef7e4)
- Rename before publish (721d151)
- Optimize logging (cf54f0b)
- Claude refactor (799356a)
- Fix tests (00eff76)
- Add unused prefix diagnostic and organize imports code action (16579c4)
- Try to find and fix broken blank node parsing (0cc6538)
- Add global shapes (3ea0c89)
- Readd shapes (c5dd419)
- Improve prefix.cc completion (20151a1)
- Derive properties and classes with sparql queries (482f1d8)
- Fix tests (27e906f)
- Fix update dependencies (d1ad1bc)
- Update dependencies (cec99b9)
- Let's just save this for now (6a7b5bb)
- Allow glob ontologies (8933499)
- Read extra ontology files as ontologies (675a559)
- Add file based configs + order prefix completions based on popularity (27b8c86)
- Remove unused dependencies (033dd71)
- Remove assert!(false) (fddd4f2)
- Configure which languages to activate (5fe3e6f)
- Move lsp-bin to swls (2c3ccc0)
- Fix parsing in blank nodes (816d6a0)
- Remove logs + add context to sparql + fix race condition in app (6770fbf)
- Cleanup (8a47a76)
- Parse turtle with previous token information (subject or predicate or object) (02a28f0)
- Start add ctx to the parser (41987ce)
- Don't reverse spans anylonger (2e78356)
- Front to back turtle parser again (5db51f7)
- Remember turtle diffs (0087222)
- Remove compiler warnings (973a7af)
- Goto definition resolves to local files in binary and does applyEdits for web lsps (36dbe24)
- Add second turtle parser (without recovery) (21b7609)
- Figure out how to apply edits for goto definitions (9281436)
- Add conformance tests and move turtle tokenization to logos (0656e22)
- Fix tests (35e616d)
- Cargo fmt (464a42a)
- Add documentation icons (b34ad57)
- Fix tests (87af94f)
- Refactor + add documentation (f45a56d)
- Cargo +nightly fmt (d4b3573)
- Refactor lang-turtle (50cc908)
- Cargo fix (396cc53)
- Fix tests (a21efe7)
- Cargo fix (b1249be)
- Use refactor in lang-turtle (634f221)
- Cargo fmt (92ff670)
- Fix tests (56ca3e6)
- Remove warnings (f5045f5)
- Cargo fix --lib (ebcef05)
- Refactor Spanned (d35e695)
- Refactor completion (ff89762)
- Start add docs and refactor (2798feb)
- Add keyboard shortcuts to demo (3da8dcc)
- Add prefix.cc completion (d5f46bc)
- Move to cargo make, move lsp-bin/src/backend.rs to core/src/backend.rs, add wasm compile (5ef8c77)
- Add types on hover (112ea76)
- Add things (e54f7bc)
- Fix some bugs and better derive triples (e04ab58)
- Add sparql-lang triples (1718322)
- Start sparql (865fcdc)
- Better parse json (da2f271)
- Add jsonld completion (34037c0)
- Parse files with CreateEvent (6cdff13)
- Parse jsonld triples (dd4d115)
- Add property completion (8aa55a9)
- Cleanup unused implementations (a14bcba)
- Better simple completions (9ac70f8)
- Add turtle prefix document links (441b52d)
- Add lov prefix completion (40c922f)
- Derive more asref, asmut (6e73321)
- Work on completions (7a9d351)
- Cleanup (f0208b9)
- Setup formatting (3c3054d)
- Start using the ecs in the backend (ef97317)
- Start migrate to bevy ecs (32a931e)
- Format Cargo tomls (8aa4380)
- Move fetch to client (48ce642)
- Split jsonld (9eee2f2)
- Split lang-turtle (50df638)
swls-lang-trig v0.1.0
New Features
- bump bevy_ecs to 0.18!
- move components-rs to Url
- fix many minor mistakes
- try to render hover as markdown
- add better jsonld support
- things
- make jsonld context resolve with local contexts
- fix many bugs like highlighting, json-ld, autocompletion when not in a token etc
Commit Statistics
- 10 commits contributed to the release over the course of 18 calendar days.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Release swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (3faf76b)
- Release swls-lov v0.1.1, swls-core v0.1.1, components-rs v0.1.2, swls-lang-rdf-base v0.1.0, swls-lang-turtle v0.1.1, swls-lang-jsonld v0.1.1, swls-lang-sparql v0.1.1, swls-lang-trig v0.1.0, swls v0.1.1 (612f47d)
- Bump bevy_ecs to 0.18! (37ca762)
- Move components-rs to Url (44cb452)
- Fix many minor mistakes (663af29)
- Try to render hover as markdown (85ebb49)
- Add better jsonld support (ade12ad)
- Things (a47bca0)
- Make jsonld context resolve with local contexts (7c78bd4)
- Fix many bugs like highlighting, json-ld, autocompletion when not in a token etc (aa9acc8)