Skip to content

Latest commit

 

History

History
213 lines (115 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

213 lines (115 loc) · 3.68 KB

Changelog

3.5.0 - 2023/05/17

Added

  • array unsort or shuffle

3.4.0 - 2023/04/26

Added

  • array sort snippets for string, boolean, date and objects

Changed

  • toSorted snippets were merged with sort

3.3.0 - 2023/04/15

Added

  • tab jump position icon
  • keyboards tricks on README
  • toSorted on array snippets

Fixed

  • cafe snippets on JavaScript and TypeScript

Changed

  • rename snippets identifier

3.2.0 - 2023/02/27

Added

  • Unit test before publish task

3.1.2 - 2022/12/14

Fixed

  • Sponsors url

3.1.1 - 2022/12/14

Fixed

  • Badges using shields.io badges for visual studio marketplace

3.1.0 - 2022/10/25

Added

  • Restored afee and afeea snippets by community request, to easy use on unit testing
  • Added the aafee and aafeea with async snippets

3.0.0 - 2022/10/18

Removed

  • Snippets afee and afeea on arrow functions without return. Were replaced adding an extra step (with tab) on the other snippets that include return to easy delete if was not need

Added

2.5.1 - 2022/06/23

Fixed

  • Support property on README

2.5.0 - 2022/06/23

Added

  • Support property

2.4.0 - 2022/05/19

Changed

  • unifying image

2.3.0 - 2022/05/05

Changed

  • caf snippet to cafe
  • caf for implicit return
  • cafe for explicit return

2.2.1 - 2022/05/03

Fixed

  • promise readme

2.2.0 - 2022/05/02

Added

  • afpr snippet for promise with then, catch and finally

2.1.3 - 2022/04/21

Changed

  • internal reorganization for promises snippets
  • array order prop names

2.1.2 - 2022/04/21

Fixed

  • preview image

2.1.1 - 2022/04/20

Removed

2.1.0 - 2022/04/20

Added

  • afeea snippet for explicit empty with arguments

2.0.1 - 2022/04/20

Removed

2.0.0 - 2022/04/20

Removed

  • all the const and properties snippets were moved to a new extension Const & Props Snippets
  • array snippets not related with arrow functions

1.11.0 - 2022/04/17

Added

  • new export function section snippets

1.10.0 - 2022/04/01

Added

  • caaf snippet for constant async arrow function
  • caaft snippet for constant async arrow function with explicit type

1.9.0 - 2022/03/08

Added

  • caf snippet for constant arrow function
  • caft snippet for constant arrow function with explicit type

1.8.0 - 2022/02/03

Added

  • afee snippet for arrow function explicit without return

1.7.2 - 2022/01/26

Fixed

  • Snippet are not working on TSX attributes

1.7.1 - 2022/01/26

Fixed

  • Snippet are not working on JSX attributes

1.7.0 - 2022/01/13

Added

  • Array Unique Values snippet

1.6.1 - 2021/12/27

Fixed

  • README menu link to Arrays

1.6.0 - 2021/12/27

Added

  • Array snippets with at, filter and sort

Changed

  • Turn helper into array snippets.