What's the best way of keeping up to date on chang...
# compose
j
What's the best way of keeping up to date on changes to Compose? I'm taking the Ray Wenderlich tutorial series on Compose and have run into a case where a component (CraneWrapper) is no longer available.
a
repo sync -j8 -c
is definetly best way 😃
if you talk about changes I guess there is no way except watching commit changes =(
in ur case just remove CraneWrapper, looks like u dont need it anymore
👍 1
j
Thanks!
Is there an email list where I can follow architectural changes like this?
l
No, as Compose is still in pre-alpha, they don’t want to bother for those stuff. They warned us: it’s up to us to work on Compose. I’m pretty sure there will be release notes as soon as it reaches alpha or beta
👍 2