Skip to content

Releases: mheob/vscode-snippets

v2.1.0

25 Jul 07:08
d379488
Compare
Choose a tag to compare

What's Changed

Exciting New Features

  • Add JavaScriptReact component (RFC) by @mheob in #104

Dependencies

  • ⬆️ Update dependencies and erformat code by @mheob in #98
  • ⬆️ Upgrade all non-major dependencies by @renovate in #99
  • ⬆️ Upgrade all non-major dependencies by @renovate in #100
  • ⬆️ Upgrade dependency @mheob/eslint-config to v4 by @renovate in #101
  • ⬆️ Upgrade dependency @mheob/prettier-config to v3 by @renovate in #102

Full Changelog: v2.0.0...v2.1.0

v2.0.0

05 Sep 06:31
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Use shorter forms of
    • console --> cons
    • import --> imp
    • export --> exp
  • ♻️ Improve DX, cleanup structure by @mheob in #94

Fixes

  • ⬆️ Update dependencies with security fixes by @mheob in #83

Dependencies

  • ⬆️ Update dependencies by @mheob in #81
  • ⬆️ Update dependency lint-staged to v13 by @renovate in #90
  • ⬆️ Update dependency eslint-plugin-unicorn to v43 by @renovate in #91
  • ⬆️ Update dependency prettier-plugin-jsdoc to ^0.4.0 by @renovate in #92

Full Changelog: v1.3.0...v2.0.0

v1.3.0

16 Mar 07:09
46895a5
Compare
Choose a tag to compare

What's Changed

Exciting New Features

  • ✨ Add ToDo List Item in Markdown by @mheob in #70

Changes

  • ⚡ Speed up snippet generation by @mheob in #66

Dependencies

  • ⬆️ Update dependencies by @mheob in #24

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Sep 16:02
26cf6f9
Compare
Choose a tag to compare

Changed

  • Small snippet improvements to reach a better user experience [#16] (@mheob)
  • Move Next.js function documentaion into a table view [#17] (@mheob)

v1.1.0

03 Sep 10:29
708e93e
Compare
Choose a tag to compare

Added

  • Add getServerSideProps, getStaticPaths and getStaticProps snippets [#14] (@mheob)

Changed

  • Use json as file extension for the source snippets files [#13] (@mheob)

Fixed

  • Add missing return type to the React Function Component in the readme [#11] (@mheob)

v1.0.2

31 Aug 14:54
fe3d827
Compare
Choose a tag to compare

Added

  • Add Return type and remove extra default export from React Function Component and update all dependencies [#8] (@mheob)
  • Add the markdown snippets to the readme [#6] (@mheob)

v1.0.1

24 Aug 12:54
3bb84dd
Compare
Choose a tag to compare

Fixed

  • Use node 16 for the GitHub action workflow [#3] (@mheob)

v1.0.0

24 Aug 12:35
04ad4a7
Compare
Choose a tag to compare

Added

  • First running state with some snippets [#1] [#2] (@mheob)