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
The interface of this version is still subject to change, although I'll try to minimize breaking changes at this point.
Biggest changes since last release:
Changed Pattern::of() to new Pattern().
Prepared patterns (so Pattern::template(), Pattern::alteration(), Pattern::inject()) will be in separate package (not yet published)
start(), byteStart() renamed to offset(), byteOffset()
Removed Group object, now access groups by methods: Detail.group(), Detail.groupOrNull(), Detail.groupOffset(), Detail.groupExists(), Detail.groupMatched().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The interface of this version is still subject to change, although I'll try to minimize breaking changes at this point.
Biggest changes since last release:
Pattern::of()
tonew Pattern()
.Pattern::template()
,Pattern::alteration()
,Pattern::inject()
) will be in separate package (not yet published)start()
,byteStart()
renamed tooffset()
,byteOffset()
Group
object, now access groups by methods:Detail.group()
,Detail.groupOrNull()
,Detail.groupOffset()
,Detail.groupExists()
,Detail.groupMatched()
.Please, share feedback!
This discussion was created from the release First draft of 1.0.0 version - open for feedback!.
Beta Was this translation helpful? Give feedback.
All reactions