-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.0.0 - what's blocking this? #40
Comments
Great question. There aren't many TODOs on my end, but for a long while now I've wanted to make a proper docs site for this à la what we have for https://humanmade.github.io/webpack-helpers — that shouldn't be a blocker for 1.0, but would go along with that milestone nicely. I'm curious what if any functionality, filters, or API changes people feel might be needed, if we're going to pin a full version number onto this repo. |
Probably the biggest risk / gotcha I see with Asset Loader right now is that if you try to enqueue a file and there is no manifest on disk,
This is probably a rough edge we should smooth off. I'll spin up an issue for it. Edit: Done, #41. |
One other question to the group here: do y'all have opinions about whether all of our main API methods should be exposed directly on Asset_Loader? for example |
I think that makes sense. The only function I find myself using that's not in the It would feel more natural to me if |
At time of writing, the current release is v0.6.0.
This is causing a few headaches with updates, as Composer (understandably) treats anything before 1.0 as pre-release.
i.e. while a constraint of
^1.0.0
will happily update to1.1.0
,^0.5.0
will not update to0.6.0
.Given that this library is already in use by a lot of production projects and is pretty stable, I'd argue it's no longer something I'd call pre-release. What would we still like to achieve before declaring it stable, and updating to
v1.0.0
?The text was updated successfully, but these errors were encountered: