ChifiSource / Toolips.jl

a manic web-development framework
https://toolips.app
MIT License
60 stars 1 forks source link

Toolips 0.3 #88

Closed emmaccode closed 5 months ago

emmaccode commented 1 year ago

don't see this coming anytime soon, but we will see :)

emmaccode commented 8 months ago

oh man Toolips 0.3 is on its way soon, probably later this month -- and it is great :) :+1:

emmaccode commented 7 months ago

We are getting really close to the " later this month" release. About to release ToolipsServables -- sorry, I haven't had as much time to work on things as anticipated. Been out with a bad back and also distracted + working on other things. This whole thing is still coming soon though, don't worry :)

emmaccode commented 6 months ago

Alright ! Both this package && ToolipsServables are incredibly close! Just a little more work is required!

emmaccode commented 6 months ago

ToolipsServables is essentially done, though I might be doing some more work on documentation and stuff (reason it is unpublished) as well as dox. Toolips is really close to completion, as well, I am going to go ahead and go through ToolipsSession, Gattino, and ToolipsSVG. Toolips needs just a bit more work to the extensions and Core.jl

emmaccode commented 6 months ago

few more things left...

I am going to take some time with ToolipsSession and ToolipsSVG while creating the tests for this project. Next will be other Toolips extensions alongside Gattino, before finally I am moving on to Olive!

emmaccode commented 6 months ago

expect ToolipsServables 0.1, Toolips 0.3, ToolipsSession 0.4, and ToolipsSVG 0.2 to all come around the same time; soon, ideally :)

emmaccode commented 6 months ago

Status update. Almost done with ToolipsSession 0.4 as far as the base code goes. I still have to finish rpc, I think that is essentially it -- though I am probably also going to make an Auth extension add-on as part of that package from now on (to replace ToolipsAuth!) With this, I will also make ToolipsSVG -- registering Toolips 0.3 as I write the documentation for ToolipsSVG. Shortly after, ToolipsSession 0.4 and going forward ToolipsUDP 0.2.0, ToolipsRemote etc... New versions. Gattino 0.1.0, Olive 0.1.0. Getting there!

emmaccode commented 6 months ago

ToolipsServables is out. I have " finished" the RPC features for ToolipsSession, they are untested -- currently working on a full implementation that will test it completely and thoroughly. Probably going to also add the Auth thing, but renaming this to SessionAuth and having an AuthenticatedConnection that is used with convert/convert!.

On the Toolips 0.3 front, I pretty much just need to wrap up tests and then we will be good to go. More README, docsite, etc. will all come soon after, along with ToolipsSession. Problem is I really want this docsite to be on my own hardware. I might rent a nanode exclusively to serve documentation for a bitsy though! :)

emmaccode commented 5 months ago

I am going to be waiting just a little longer -- only to refine a few minor things. Mainly, I want the IOConnection to be compatible with the the MobileConnection -- some easy and minor changes. The tests are kind of minimalist, I need to wrap up the README -- maybe do some quick scans around. everything seems to be working as intended -- at least right now. I am also getting painfully close to the ToolipsSession 0.4 release, which will come very shortly after this -- likely alongside a release of ToolipsSVG. All of these packages are basically ready to use, I just want to make them as perfect as possible -- hoping for a post patch release to be especially brilliant in all of these cases. Really looking forward to it!

emmaccode commented 5 months ago

Ok, coming very soon -- I am going to make a mission out of ToolipsSession and ToolipsSVG, as well -- get these projects out :) Up to Gattino. Then ToolipsUDP, and Olive time. Sure I will work on other stuff along the way; ToolipsRemote, for example.

emmaccode commented 5 months ago

guess what

JuliaRegistrator commented 5 months ago

Error while trying to register: Version 0.2.5 already exists

emmaccode commented 5 months ago

@JuliaRegistrator register

(this might not work though, due to Markdown (for some reason?) not loaded in current ToolipsServables -- no fuss :) 👍🏻

JuliaRegistrator commented 5 months ago

Registration pull request created: JuliaRegistries/General/105156

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" b593690dba26e7e3aa4106c677c4436f46d11b17
git push origin v0.3.0