You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed error when there is a single value instead of an array of tags. All single values are converted to the array containing the value where an array is expected. f145127
Migrated from sax to saxes. Migrated from stream pipe to for-await-of iterable. All event handlers turned into async. Implemented parsing with nested async/await event handlers support. All parser events are processed one-by-one according to their actual order. bcf3d8b
Replaced old broken jasmine/ts-jasmine with new jest/ts-jest. Updated xo and eslint along with their configs. Updated packages. Tested with yarn, nx and meta multi-repo. 7eb1e20