purcell / airspeed

A lightweight Python template engine compatible with Velocity, used in OpenStack
Other
91 stars 37 forks source link

Support for Map.put and Array.add #34

Closed shmygol closed 5 years ago

shmygol commented 5 years ago

I'm going to implement Java Velocity Map.put method.

shmygol commented 5 years ago

@purcell Hi! I've added one more additional method: Array.add. Could you please review it? I really need it in production.

purcell commented 5 years ago

Released as 0.5.12, thanks!

shmygol commented 5 years ago

Thank you!