Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Surface to v0.1.0-rc.0 #1

Open
msaraiva opened this issue Oct 13, 2020 · 0 comments
Open

Update Surface to v0.1.0-rc.0 #1

msaraiva opened this issue Oct 13, 2020 · 0 comments

Comments

@msaraiva
Copy link

Hi @razuf!

I just came across this project on the #surface channel on Slack. Nice job!

We have just released v0.1.0-rc.0 as announced on the Elixir Forum.

There are some breaking changes in the API but aside from contexts (which I'm not sure you're using), it should be just a matter of doing a couple of find/replace to fix them.

We'll release v0.1.0 on Hex as soon as LV 0.15v is out and since there are no planned changes in the API, we can say it's "safe" to update the code to conform with the new changes.

Also, in case you want the formatter to follow Surface's conventions, you can add :surface to the list of import_deps in your .formatter.exs:

[
  import_deps: [:phoenix, :surface],
  ...
]

Feel free to ping me in case you need any assistance while updating.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant