Skip to content

Latest commit

 

History

History
674 lines (377 loc) · 19.2 KB

CHANGELOG.md

File metadata and controls

674 lines (377 loc) · 19.2 KB

(Sun Feb 05 2023)

🚀 Enhancement

  • obsidian-plugin-cli@0.9.0

Authors: 1


(Sun Feb 05 2023)

🐛 Bug Fix

  • auto-plugin-obsidian@0.1.6, create-obsidian-plugin@0.4.3, obsidian-plugin-cli@0.8.3, obsidian-utils@0.10.2

🏠 Internal

  • Group @types packages in a single update PR #77 (@zephraph)

Authors: 2


(Sun Feb 05 2023)

🐛 Bug Fix

🏠 Internal

Authors: 2


(Tue Oct 05 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.8.1

📝 Documentation

Authors: 1


(Sun Jun 06 2021)

🚀 Enhancement

  • obsidian-plugin-cli@0.8.0

Authors: 1


(Sun Jun 06 2021)

🚀 Enhancement

  • obsidian-utils@0.10.0
    • More WSL support, fix plugin registry, update types #48 (@zephraph)

Authors: 1


(Fri Jun 04 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.6.1

🏠 Internal

  • create-obsidian-plugin@0.4.1

Authors: 1


(Sun May 30 2021)

🚀 Enhancement

  • obsidian-utils@0.9.0
    • Add WSL support to obsidian-utils findVault #46 (@zephraph)

Authors: 1


(Thu Apr 22 2021)

🐛 Bug Fix

  • obsidian-utils@0.8.1
    • Update missing typescript config entry in obsidian-create-plugin #44 (@zephraph)

🏠 Internal

Authors: 1


(Wed Mar 10 2021)

🚀 Enhancement

  • create-obsidian-plugin@0.4.0

Authors: 1


(Wed Mar 10 2021)

🚀 Enhancement

  • create-obsidian-plugin@0.3.0

📝 Documentation

  • create-obsidian-plugin@0.3.0

Authors: 1


(Wed Mar 10 2021)

🚀 Enhancement

  • create-obsidian-plugin@0.2.0, obsidian-plugin-cli@0.5.0

Authors: 1


(Fri Mar 05 2021)

🐛 Bug Fix

  • create-obsidian-plugin@0.1.1

Authors: 1


(Fri Mar 05 2021)

🚀 Enhancement

  • create-obsidian-plugin@0.1.0

Authors: 1


(Sun Feb 28 2021)

🐛 Bug Fix

Authors: 1


(Sun Feb 28 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.4.4

Authors: 1


(Thu Feb 25 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.4.3

Authors: 1


(Thu Feb 25 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.4.2

Authors: 1


(Thu Feb 25 2021)

Release Notes

Support esbuild config files, change esbuild-override to esbuild-config (#32)

This release introduces the ability to automatically include config for esbuild without having to pass the option via the command line. All you need to do is create a esbuild.config.json (or any other format supported by cosmiconfig) and it'll automatically be included in your build. You can still manually specify a path to the config using --esbuild-config.

This release also updates the default resolution strategy that esbuild will use to find modules. The new order is browser, module, main. You can learn more by reading esbuild's main fields docs and you can also override this option by specifying you're own mainFields options in your esbuild config.

💥 BREAKING CHANGES 💥

The --esbuild-override command is now --esbuild-config


🐛 Bug Fix

  • obsidian-plugin-cli@0.4.1
    • Support esbuild config files, change esbuild-override to esbuild-config #32 (@zephraph)

Authors: 1


(Wed Feb 24 2021)

🚀 Enhancement

  • obsidian-plugin-cli@0.4.0, obsidian-utils@0.8.0
    • Example obsidian-utils so that each function is individually importable... again. #31 (@zephraph)

Authors: 1


(Wed Feb 24 2021)

🚀 Enhancement

  • obsidian-plugin-cli@0.3.0, obsidian-utils@0.7.0

Authors: 1


(Wed Feb 24 2021)

🚀 Enhancement

  • obsidian-plugin-cli@0.2.0
    • Update obsidian-plugin-cli to use new utils #29 (@zephraph)

🐛 Bug Fix

  • obsidian-utils@0.6.0

📝 Documentation

Authors: 1


(Mon Feb 22 2021)

⚠️ Pushed to main

  • obsidian-plugin-cli@0.1.1
    • Update argument styles and docs (@zephraph)

Authors: 1


(Mon Feb 22 2021)

🚀 Enhancement

  • obsidian-plugin-cli@0.1.0

Authors: 1


(Mon Feb 22 2021)

⚠️ Pushed to main

  • obsidian-utils@0.5.2
    • Remove fs promises ref from utils (@zephraph)

Authors: 1


(Mon Feb 22 2021)

🐛 Bug Fix

  • obsidian-utils@0.5.1

Authors: 1


(Mon Feb 22 2021)

🐛 Bug Fix

  • obsidian-plugin-cli@0.0.3

Authors: 1


(Mon Feb 22 2021)

🚀 Enhancement

  • obsidian-utils@0.5.0
    • Add isVault util, rename failIfNot for clarity #23 (@zephraph)

Authors: 1


(Mon Feb 22 2021)

🚀 Enhancement

  • obsidian-utils@0.4.0
    • Pass along vault open state from obsidian config #22 (@zephraph)

Authors: 1


(Mon Feb 22 2021)

🚀 Enhancement

  • obsidian-utils@0.3.0
    • Export utils, update findVault to optionally take a vaultPath #21 (@zephraph)

Authors: 1


(Mon Feb 22 2021)

🐛 Bug Fix

  • obsidian-utils@0.2.1

Authors: 1


(Mon Feb 22 2021)

🚀 Enhancement

  • obsidian-utils@0.2.0

Authors: 1


(Sun Feb 21 2021)

🐛 Bug Fix

📝 Documentation

  • obsidian-utils@0.1.1
    • Update attribution, other small copy updates #16 (@zephraph)

Authors: 2


(Sun Feb 21 2021)

🚀 Enhancement

  • obsidian-utils@0.1.0

Authors: 1


(Sun Feb 21 2021)

🐛 Bug Fix

  • auto-plugin-obsidian@0.1.3
    • calculate zip filename in constructor so it's picked up by upload-asset-plugin #13 (@hipstersmoothie)

Authors: 1


(Sun Feb 21 2021)

🐛 Bug Fix

Authors: 1


(Sun Feb 21 2021)

🐛 Bug Fix

Authors: 1


(Sun Feb 21 2021)

🚀 Enhancement

  • auto-plugin-obsidian@0.1.0

🐛 Bug Fix

  • Remove deprecated obsidian-plugin-tools #6 (@zephraph)

Authors: 2


(Sun Feb 21 2021)

🐛 Bug Fix

Authors: 1


(Sun Feb 21 2021)

🐛 Bug Fix

  • obsidian-plugin-utils@0.0.4
    • Adding publish config to try to get it to publish #5 (@zephraph)

📝 Documentation

Authors: 2


(Sun Feb 21 2021)

🐛 Bug Fix

  • obsidian-plugin-utils@0.0.3, obsidian-utils@0.0.2

📝 Documentation

Authors: 1


(Sun Feb 21 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, Andrew Lisowski (@hipstersmoothie), for all your work!

🐛 Bug Fix

Authors: 1


(Sun Feb 21 2021)

⚠️ Pushed to main

  • create-obsidian-plugin@0.0.3
    • Make create-obsidian-plugin public (@zephraph)

Authors: 1


(Sun Feb 21 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, Justin Bennett (@zephraph), for all your work!

⚠️ Pushed to main

  • Disable lerna verify access so it works w/ automation token (@zephraph)
  • Add autorc (@zephraph)
  • Create LICENSE (@zephraph)
  • Add readme (@zephraph)
  • create-obsidian-plugin@0.0.2, obsidian-plugin-cli@0.0.2, obsidian-plugin-tools@0.0.2
  • create-obsidian-plugin@0.0.2, obsidian-plugin-tools@0.0.2
  • obsidian-plugin-cli@0.0.2
  • create-obsidian-plugin@0.0.2

Authors: 1