Version 0.3 released! Removes the need for package rewrites #46
stroiman
announced in
Announcements
Replies: 1 comment
-
This is awesome improvement - I think this was a big hurdle for wider adoption. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Gost-DOM depends on two packages with custom modifications that had not been integrated into the source repos; requiring package rewriting as part of the installation process.
Both forks have now been modified; making the Gost-DOM specific fork an importable go package, eliminating the necessity for custom installation steps.
The update also brings changes to the behaviour of
setTimeout
, as well as introducingsetInterval
and the correspondingclear
functions. This affects test code, but hopefully for the better.More details in the commit message
For the most part, it should simplify test code. This commit has almost all synchronization code removed from tests, and the only that remains is less coupled to implementation details - it doesn't care about which events should be fired, it just waits for whatever should happen has happened.
Beta Was this translation helpful? Give feedback.
All reactions