Skip to content

Releases: huandu/go-magicstring

v1.1.0 New method `Slice` to make slice of a magic string safely

26 Apr 05:26
Compare
Choose a tag to compare

If we use built-in slice expression to slice a magic string, we may lose the attached data. To make slice of a magic string safely, we should call Slice instead.

Initial release

06 Apr 17:04
Compare
Choose a tag to compare

It's the first tagged release for this package. Everything works fine now. 🎉