Mailchimp Developer LogoMailchimp Developer Wordmark
  • October 29, 2021

    Added camelCase support to Handlebars

    Transactional

    What

    In the past, our implementation of Handlebars did not support camelCase, so all variables had to be written using all lowercase letters or using snake_case. Using camelCase for variable names is now supported.

    Why

    A large portion of developers using the Handlebars templating engine are used to the JavaScript convention of writing variables in camelCase.