go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
86 stars 4 forks source link

misc: document differences with sprig #39

Closed sathieu closed 2 months ago

sathieu commented 3 months ago

Please exprime yourself

sprout changed behavior of some functions. It would be great to have a place with the list of behavior changes.

At least:

Code of Conduct

42atomys commented 2 months ago

Hello @sathieu,

Thank you for bringing this to our attention. I agree with you that this point requires a clear migration process, particularly when considering the differences between implementations aimed at resolving bugs versus adding unit tests. Our goal is also to remove all panics from the templating system.

Best regards, Atom