Closed crookse closed 2 years ago
Maybe https://drash.land/rhum/v1, drash.land/rhum/v2 ?
@ebebbington, yea that will work. in the sidebar, we'll have an Archive section and a v1.0 link. That link will point to drash.land/rhum/v1.
drash.land/rhum will be updated to have v2 documentation. the good thing about our documentation setup is that we can build separate vue applications for both v1 and v2 documentation.
Oh wait, can we reuse the v1 docs? I’m thinking we may as well do this for each module (fml) but v2 docs would still have stuff from v1
Yea, so what we'll do is build the v1 docs and put the build in a /v1 directory. That covers archiving the v1 docs. Then we can iterate over our vue app to make it v2. i do think we should make a branch for v1 though and just keep it alive in case we need to update v1 docs and rebuild the vue app.
nice one on the description!
Changing release date to TBD. Reason being that we realized Rhum v2.0.0 is dependent on the CLI service; and the CLI service needs more planning.
Pushing back release date. No time to work on this. Will aim for July 1, 2021
Setting release date TBD... waiting for deno std to be stable. :/
new requirement: need to write up new article on why use Rhum v2
based on internal discussions, rhum v2 will most likely be a test double module. deno has moved towards test case nesting which is what rhum introduced in the early stages of deno, but it seems to be unnecessary now. rhum v2 (as of currrent discussions) will only support mocks, fakes, dummies, spies, and stubs. more to follow towards the planned release of v2
closing this v2 plan. no longer needed since we're moving towards being a test double module
Tasks
make
subcommand (#44)--ignore
option (#82)~ (Logic is no longer needed.run
command checks files for Rhum namespace now.)