jonathanperret / paysage

Paysage is a visual shared playground for code.
http://paysage.xyz
GNU Affero General Public License v3.0
19 stars 8 forks source link

Preserve object creation order in rendering #89

Closed jonathanperret closed 7 years ago

jonathanperret commented 7 years ago

Fixes #85. An ES Map (insertion-order preserving) is used server-side, and the objects are now sent to the renderer as an array instead of a (non-order-preserving) JSON object.