Skip to content

Releases: AngelMunoz/Perla

Fix Fable watch

23 Sep 01:12

Choose a tag to compare

Fix Fable watch Pre-release
Pre-release
v0.6.0

bump

JSPM scopes support

22 Sep 14:56

Choose a tag to compare

JSPM scopes support Pre-release
Pre-release

this one fixes #13
previously JSPM would work if the package had no dependencies otherwise it would try to look for another import, JSPM provides scopes for such packages which we were not handling correctly when adding a new package from jspm

Add JSPM CDN Support

22 Sep 04:44

Choose a tag to compare

Add JSPM CDN Support Pre-release
Pre-release

This release addresses #12 which enables adding packages from different sources thanks to JSPM

  • jspm
  • jsdelivr
  • unkpg

in adition to the existing skypack cdn

fix build command

21 Sep 18:09

Choose a tag to compare

fix build command Pre-release
Pre-release

Fix esbuild build command when there are multiple packages as dependencies

bug fixes

21 Sep 17:00

Choose a tag to compare

bug fixes Pre-release
Pre-release

fixes for #3 and #4

Early Bits

21 Sep 03:50

Choose a tag to compare

Early Bits Pre-release
Pre-release

This is the very first release as a dotnet tool/binaries I will start testing this with my own projects

I want to try Fable projects first and some "vanilla" Javascript ones to see what are the first issues we can come accross, the very first I can think are related to CSS imports which is tracked in #1