extjs-replace-callparent
Version:
Replace Ext JS `callParent` calls with direct method calls on parent class
32 lines (23 loc) • 770 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [Unreleased]
# [1.0.1] - 2019-04-15
## Fixed
- Resolved issue with inccorect module file names (case sensitivity issue)
# [1.0.0] - 2019-03-10
## Changed
- Refactored plugin code
# [0.3.0] - 2019-03-02
## Added
- Added support for `Ext.override`
# [0.2.1] - 2019-02-19
## Fixed
- Switch to whitelisting files instead of using .npmignore to exclude files from package
# [0.2.0] - 2019-02-19
## Added
- Added support for ObjectMethod syntax
# 0.1.0 - 2018-01-17
## Added
- Initial version of plugin