augustoroman / v8

A Go API for the V8 javascript engine.
MIT License
395 stars 78 forks source link

Please issue a tag so to be imported in go modules #36

Closed inge4pres closed 5 years ago

inge4pres commented 5 years ago

Hi :)

thanks for your work on this, could you please add a tag on this repository with a semantic version? Ideally v0.0.1 or v0.1.0. Anything that could allow this project to be used as a library using go modules. Thank you Regards

augustoroman commented 5 years ago

Sorry for the delay. v1.0.0 tag has been pushed -- the API should be stable, any breaking changes will bump the major version.

TheSchemm commented 5 years ago

One thing I wish to add is that if you are using modules, getting the package github.com/augustoroman/v8 will cause an error because Go tries to interpret that as version 8 of augustoroman. In order to get around this I have to use 'gopkg.in/augustoroman/v8.v1'