Sha256: 00eb6d18cbd44bd5b08b3827a3791088bab0e88bb2a0226e57ca229497dcae59

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

### Compatible changes

### Breaking changes


## 0.4.0 2021-08-23

### Compatible changes

- Add compatibility with Rails 6
- Add compatibility with Haml > 5.2
- Add compatibility with Ruby 2.7 and Ruby 3

## 0.3.1 2017-11-21

### Compatible Changes

- Add compatibility with Rails 5
- Add compatibility with Haml 5

## 0.3.0 2017-07-31

### Breaking changes

- Changed the way Angular XSS escapes double braces from ` { { ` to
  `{{ $root.DOUBLE_LEFT_CURLY_BRACE }}`. This requires a change in the
  application code. Check the [README](https://github.com/makandra/angular_xss/blob/master/README.md#installation)
  for details.

## 0.2.3 2015-04-17

### Compatible changes

- Fix a bug where an unexpected nil value would cause problems

## 0.2.2 2015-04-17

### Compatible changes

- Support Rails 4.2

## 0.2.1 2015-04-13

### Compatible changes

- Fix escaping of precompiled attributes in Haml templates

## 0.2.0 2015-04-13

### Compatible changes

- Add option to disable escaping temporarily via `AngularXss.disable do ... end`

## 0.1.1 2014-01-04

### Compatible changes

- Require Haml >= 3.1.5 (lower Hamls don't escape element attribute values)

## 0.1.0 2014-01-03

### Compatible changes

- First version.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
angular_xss-0.4.0 CHANGELOG.md