Skip to content

Releases: sourcemeta/studio

v0.0.1

07 Nov 13:46
a03338b

Choose a tag to compare

What's Changed

  • refactor: Typescript migration and code modularisation by @Karan-Palan in #1
  • feat(ui): react and tailwind for UI with shared types by @Karan-Palan in #2
  • feat: set up tests and CI by @Karan-Palan in #3
  • feat(vscode): better metachema UI, stop re-rendering, spinner component and related tests by @Karan-Palan in #4
  • feat(vscode): metaschema http command, check for yaml files and small bug fixes by @Karan-Palan in #5
  • feat(vscode): update cli version to report errors as json, better handling of jsonschema errors and linting edge cases fix by @Karan-Palan in #6
  • Add a proper license by @jviotti in #7
  • feat(vscode): support yaml line/col position, extension version in footer, schema health n/a on metaschema errors by @Karan-Palan in #8
  • chore: move ui and shared folder to the root, update the ci and create a README by @Karan-Palan in #9
  • Add an .editorconfig file to the project by @jviotti in #10
  • Update package-lock.json by @jviotti in #11
  • Add a very basic Makefile to the project by @jviotti in #12
  • Add a CI check for accidental file changes by @jviotti in #13
  • Heavily simplify the CI configuration by @jviotti in #14
  • Add a basic .ackrc file to the project by @jviotti in #15
  • Add a new vscode-open Makefile target that opens the extension by @jviotti in #17
  • Remove the clever @shared resolver by @jviotti in #19
  • Generate UI built artifacts in ./build by @jviotti in #21
  • Inline JS and CSS in the ./ui HTML file by @jviotti in #22
  • Simplify ./ui TS setup by @jviotti in #24
  • Rename ui to webview by @jviotti in #25
  • Turn the Makefile into the main way of building webview by @jviotti in #26
  • Don't run CI on multiple Node.js versions by @jviotti in #27
  • Cleanup shared/types.ts a bit by @jviotti in #29
  • Extract VS Code test files into ./test/vscode by @jviotti in #30
  • Run VS Code tests on CI using the Makefile by @jviotti in #31
  • Fully parameterise the extension target on CI by @jviotti in #32
  • Put generated vscode files in build/vscode by @jviotti in #33
  • Concatenate all VS Code code into a single file by @jviotti in #34
  • fix(vscode): support no file selected by @Karan-Palan in #36
  • Perform a full minimal installation at build/vscode by @jviotti in #35
  • Only preserve E2E tests by @jviotti in #37
  • Test the VSIX on CI by @jviotti in #38
  • Improve VSIX installation on CI by @jviotti in #40
  • chore(vscode): remove boilterplate html by @Karan-Palan in #39
  • Always pass --yes to npx by @jviotti in #42
  • create cd.yml by @Karan-Palan in #41
  • Update extension name for the marketplace by @jviotti in #43
  • Include README in the VSIX by @jviotti in #44
  • logo by @Karan-Palan in #45
  • Change extension name to sourcemeta-studio by @jviotti in #46

New Contributors

Full Changelog: https://github.com/sourcemeta-research/studio/commits/v0.0.1

continuous

07 Nov 19:40
688ca3c

Choose a tag to compare

continuous Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.1...continuous