Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRelease 0.10.0 #133
Merged
Release 0.10.0 #133
+8,746
−1,634
Conversation
This comment has been minimized.
This comment has been minimized.
|
Alright, from my perspective this is a "go". Update (1): Update (2): |
|
Great release with a significant number of extensions and enhancements! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
FlorianRappl commentedFeb 1, 2020
New Pull Request
For more information, see the
CONTRIBUTINGguide.Prerequisites
Please make sure you can check the following boxes:
Type(s) of Changes
Contribution Type
What types of changes does your code introduce? Put an
xin all the boxes that apply:Description
With 0.10 we get really close to v1. We will now focus on polishing to have a v1 out there that is just fun and efficient to use.
General
For most authors 0.10 should not be breaking. We changed some command line parameters - most of them should not (regularly) be in use. The one that is most prominent is upgrade-pilet. This one now looks
upgrade-pilet [version]instead ofupgrade-pilet --tag <version>.piral-base;react-arbiteris gone (piral-basecontains the Piral specific part, the React specific part is now fully inpiral-core)dispatchandreadState)api.d.tsfiles on specific locations required - the whole flow is quite dynamic and should result in elegant and efficient declarations that do not bloat the IDE import sectionRemarks
The Piral CLI experiments are not done yet. So potentially there is a 0.11 also incoming before v1.🌮
Important things first:
Starting with 0.10 we will provide migration guides in case of breaking changes.🎉 🎉
Otherwise, we'll use the next months to increase test coverage which suffered a bit in the last months. We'll get that up in high numbers again.👨💻