Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 896 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 896 Bytes

Change Log

All notable changes to the "babylonjs-snippets" extension will be documented in this file.

Version 1.0.0

  • Initial release

Version 1.0.1

  • Changed marketplace background for readability

Version 1.0.2

  • Fixed glaring typo

Version 1.0.3

  • Fixed errors in examples

Version 1.0.4

  • Added VS links to README

Version 1.0.5

  • Updated CHANGELOG

Version 1.0.6

  • Removed comments from HTML scene snippet that were in incorrect syntax (JS)
  • Trimmed some fat from snippet descriptions

Version 1.1.0

Minor update of plugin with better TypeScript support.

  • Snippets common to JavaScript and TypeScript can now be triggered in .js and .ts files
  • Snippets specific to a language, such as HTML scene are only suggested in that language
  • Snippet code was reorganised into sub-directories in ./snippets/ for better maintainability
  • Minor fixes