0.1 #59
yznts
announced in
Announcements
0.1
#59
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.1
First alpha release is here!
It was a log way from concept to actual implementation, and we are happy what we got now.
Now we want to make first alpha release to fix current state and set of features before providing
more changes. 0.2 version will bring some changes, some of them may be breaking, so 0.1 version is a
"stable" release for people who already using this library.
Overall status
This table represents the current state of things in the library
net/http
Future plans
In the 0.2 we are going to:
html/template
, provide an ability to choose own render engineDeprecated
We changed some references during developer to be more understandable, but also we created aliases to be backward compatible.
We are going to remove them in 0.2.
Also, we found some things that we created are overcomplicated, so we created easier to use analogs.
Old functions are still in the codebase, but will be removed on 0.2.
kyoto.Funcs
- usekyoto.TFuncMap
insteadkyoto.PageHandlerFactory
- use opinionatedkyoto.PageHandler
or create own generic handlerkyoto.SSAHandlerFactory
- use opinionatedkyoto.SSAHandler
or create own SSA handlerFinal words
I'd like to thank all the people who supported the project with contributions, or even used the library for own projects!
But as a gentle reminder, please, avoid using this in production for now :)
This discussion was created from the release 0.1.
Beta Was this translation helpful? Give feedback.
All reactions