massivefermion / birl

datetime handling for gleam
https://hex.pm/packages/birl
Apache License 2.0
72 stars 9 forks source link

Where has from_iso8601 gone? #11

Closed lpil closed 11 months ago

lpil commented 11 months ago

This function has been removed and there's no changelog saying how to upgrade. What's the new approach?

Thanks, Louis

massivefermion commented 11 months ago

I actually removed it before v1.0 and put a deprecation warning for it. Apparently not enough. You should use birl.parse instead.

lpil commented 11 months ago

Fab, thank you. Could you document that function to say what format is accepts please? It has examples but they're not enough to know what the format is.