Support for async simple-schema and collection 2#1756
Draft
thumptech wants to merge 1 commit intoMeteor-Community-Packages:develfrom
Draft
Support for async simple-schema and collection 2#1756thumptech wants to merge 1 commit intoMeteor-Community-Packages:develfrom
thumptech wants to merge 1 commit intoMeteor-Community-Packages:develfrom
Conversation
Member
|
hey @thumptech awesome work, I will keep it as draft though until we have at least a release candidate for simple-schema 3.0.0 because otherwise we will run into the bootstrapping problem which package to publish first in order to test. |
Author
|
Thanks. I've never been through the pull request/review/collaboration
aspect of GitHub so I just had to get the ball rolling. These are
thoroughly draft and will most likely need more tests written to cover more
Async edge cases, along with an overhaul of the docs. Thankfully it is
enough to get my app working with the latest of everything so I can keep
working on it.
…On Fri, 23 Jan 2026, 6:46 pm Jan Küster, ***@***.***> wrote:
*jankapunkt* left a comment
(Meteor-Community-Packages/meteor-autoform#1756)
<#1756 (comment)>
hey @thumptech <https://github.com/thumptech> awesome work, I will keep
it as draft though until we have at least a release candidate for
simple-schema 3.0.0 because otherwise we will run into the bootstrapping
problem which package to publish first in order to test.
For this we usually do release candidates so early adopters can test
without auto-installing new packages for everyone.
—
Reply to this email directly, view it on GitHub
<#1756 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC42EXJIATUZJGOTHH734TT4IHGT7AVCNFSM6AAAAACSTNTJOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTOOBYHAZDQNZSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates to allow this to work with the changes I made in the PRs for simple-schema and collection2. All automated tests passing. This is breaking so I bumped the version number to 9.0.0. Will need locally built packages for simple-schema and collection2 to be added into the test application. ("simple-schema/feature/async" branch and "collection2/master" in my repos)