# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/aws/aws-appsync-toolkit/compare/v2.0.1...v2.0.2) (2025-04-29)

**Note:** Version bump only for package @aws-appsync/eslint-plugin





## [2.0.1](https://github.com/aws/aws-appsync-toolkit/compare/v1.12.0...v2.0.1) (2025-01-17)

**Note:** Version bump only for package @aws-appsync/eslint-plugin





## [1.10.1](https://github.com/aws/aws-appsync-toolkit/compare/v1.10.0...v1.10.1) (2024-10-31)

**Note:** Version bump only for package @aws-appsync/eslint-plugin





# [1.10.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.9.0...v1.10.0) (2024-10-30)

**Note:** Version bump only for package @aws-appsync/eslint-plugin





# [1.6.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.5.0...v1.6.0) (2023-11-27)

**Note:** Version bump only for package @aws-appsync/eslint-plugin





# [1.4.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.3.1...v1.4.0) (2023-09-06)


### Bug Fixes

* disallow returning a function from a function expression ([9a6bd9e](https://github.com/aws/aws-appsync-toolkit/commit/9a6bd9ec6c34d880d8d042e41438d8878be3b309))


### Features

* add rule to disallow in operator ([ca2b840](https://github.com/aws/aws-appsync-toolkit/commit/ca2b8407da1d7741d46dc938e289039392e8e7d0))





## [1.2.6](https://github.com/aws/aws-appsync-toolkit/compare/v1.2.5...v1.2.6) (2023-08-15)

**Note:** Version bump only for package @aws-appsync/eslint-plugin

## [1.2.1](https://github.com/aws/aws-appsync-toolkit/compare/v1.2.0...v1.2.1) (2023-03-31)

**Note:** Version bump only for package @aws-appsync/eslint-plugin

# [1.2.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.1.0...v1.2.0) (2023-03-31)

### Features

- add rule to preven the use of regex literals ([73e7fb5](https://github.com/aws/aws-appsync-toolkit/commit/73e7fb52db5a5572a1ab2a0eb35276989ae320e1))

# [1.1.0](https://github.com/aws/aws-appsync-toolkit/compare/v1.0.1...v1.1.0) (2023-01-31)

### Bug Fixes

- add flatMapp to allowed method accept fn passing ([231a3d2](https://github.com/aws/aws-appsync-toolkit/commit/231a3d23344978beaec9ac855535d1c2c3b81fd5))
- allow `Array.fill` and `String.slice ([#35](https://github.com/aws/aws-appsync-toolkit/issues/35)) ([f835ba5](https://github.com/aws/aws-appsync-toolkit/commit/f835ba57b7677d2f11bb026e288486aab73a024b))

### Features

- **@aws-appsync/eslint-plugin:** allow array methods ([#27](https://github.com/aws/aws-appsync-toolkit/issues/27)) ([b1c6c95](https://github.com/aws/aws-appsync-toolkit/commit/b1c6c95e1d815add24eb9d96bc72f454d01441df))
- add rule to catch context property re assignment ([#41](https://github.com/aws/aws-appsync-toolkit/issues/41)) ([a9bf40f](https://github.com/aws/aws-appsync-toolkit/commit/a9bf40f016655125b61b503d307e701344208729))
- allow some of the array methods ([2415985](https://github.com/aws/aws-appsync-toolkit/commit/2415985369c62d85d15727e71197be0c8ddaeee1))
