mogwai icon indicating copy to clipboard operation
mogwai copied to clipboard

0.6.0

Open schell opened this issue 2 years ago • 6 comments

  • [x] parted out crates and tests pass
    • [x] mogwai-core
    • [x] mogwai-dom
    • [x] mogwai-html-macro
  • [x] features for top-level meta crate
  • [x] wrap channels and provide Stream/Sink impls
    • [x] broadcast
    • [x] mpsc
    • ~~[ ] oneshot~~
    • [x] remove IntoSenderSink
  • [x] updated examples
  • [x] updated cookbook
  • [x] updated intro
  • [x] updated README
  • [x] deprecated ElmComponent and IsElmComponent

schell avatar Dec 04 '21 22:12 schell

@schell how's it going? What has to be done before creating a new release?

flosse avatar Jul 20 '22 10:07 flosse

At this point it's just docs, the cookbook and there are probably a few examples that need updating. It's quite a a breaking change so I've been a bit reluctant to push it through. Thanks for checking in, I'll prioritize getting this through.

schell avatar Jul 22 '22 04:07 schell

Actually it looks like the cookbook and examples are done - according to my checklist! I may just need to review :)

schell avatar Jul 22 '22 04:07 schell

Actually it looks like the cookbook and examples are done - according to my checklist! I may just need to review :)

I want to try this pull request for 0.6. Are crate level docs up to date ?

charleschege avatar Jul 25 '22 17:07 charleschege

@charleschege yes, you should be able to cargo doc -p mogwai --open. Of course double checking that the docs are up to date is part of my review, but I try to keep the docs up to date with the code between commits.

schell avatar Jul 26 '22 02:07 schell

It looks like the bigger examples compile but need a good amount of work to bring them up to date. I'll see what I can do this weekend.

schell avatar Jul 26 '22 05:07 schell

This branch became main, which is the new default.

schell avatar Jan 06 '23 22:01 schell