Skip to content

Latest commit

 

History

History
99 lines (69 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

99 lines (69 loc) · 2.15 KB

Change Log

v0.4.0 - 2024-01-23

  • new
    • convert json to dart model based on json file



v0.3.4 - 2024-01-15

  • add

    • enhance getXCreateFile to be auto import path for app_pages.dart and app_routes.dart
    • added wrap with stack
  • EXTRA

    • change version and maintained logo to year 2024 on readme



v0.3.3 - 2023-06-06

  • add

    • icon to getXCreateFile
    • removeObx/ expanded to command palette
  • hide getXCreateFile show on command palette

  • rename and remove console.log

  • EXTRA

    • add version and maintained logo to readme



v0.3.2 - 2023-06-02

  • Fixes

    • change startCase to upperFirst due to startCase will cause space in between
    • nested path didn't work properly
    • update import hardcode
  • Thanks to Jean Yap reported issues above




v0.3.1 - 2023-06-02

  • Add icon of vscode extension



v0.3.0 - 2023-06-02

  • New
    • Create baseX page with binding and controller with right click on folder
  • Fixes
    • Wrap with Obx cant handle for many return
  • Rename
    • CodeActionProvider to LighBulbProvider



v0.2.0 - 2023-05-17

  • Restructure wrap and remove Obx by using highlight selected method
  • Full released on v0.2.0 with Restructured Wrap And remove GetX Obx(() => ...)



v0.1.0 - 2023-02-03

  • Remove function Obx(() => ...)
  • Full released on v0.1.0 with Wrap OR remove GetX Obx(() => ...)



[v0.0.1] - 2023-02-02

  • Initial release of GetX Light Bulb
    • Wrap function to code body for Obx(() => ...)