Skip to content

Commit 5711f40

Browse files
committed
docs: mention about getrefactor.com
1 parent 525cb06 commit 5711f40

5 files changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![PyPI version](https://badge.fury.io/py/refactor.svg)](https://badge.fury.io/py/refactor)
44
[![Documentation](https://img.shields.io/badge/%3D%3E-Documentation-brightgreen)](https://refactor.readthedocs.io)
5+
[![Try It](https://img.shields.io/badge/Try%20It-getrefactor.com-green?style=for-the-badge)](https://getrefactor.com)
56

67
Simple, hassle-free, dependency-free, AST based fragmental source code refactoring
78
and transformation toolkit.

docs/source/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3+
## 0.6.2
4+
5+
- Augmented and annotated assignments now counted towards definitions when analyzing the scope.
6+
- `refactor.actions.InsertAfter` now preserves the final line state (e.g. if the anchor doesn't end with a newline, it also will produce code that won't be ending with a newline).
7+
- [`getrefactor.com`](https://getrefactor.com) is now available.
8+
39
## 0.6.1
410

511
- Added support for WASM.
12+
- Multiline replacements that cover different column offsets are now supported.
613

714
## 0.6.0
815

docs/source/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
:maxdepth: 1
44
55
installation
6+
playground
67
```
78

89
```{toctree}
@@ -38,6 +39,7 @@ contributing
3839

3940
[![PyPI version](https://badge.fury.io/py/refactor.svg)](https://badge.fury.io/py/refactor)
4041
[![Documentation](https://img.shields.io/badge/%3D%3E-Documentation-brightgreen)](https://refactor.readthedocs.io)
42+
[![Try It](https://img.shields.io/badge/Try%20It-getrefactor.com-green?style=for-the-badge)](https://getrefactor.com)
4143

4244
Simple, hassle-free, dependency-free, AST based fragmental source code refactoring
4345
and transformation toolkit.

docs/source/playground.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Playground
2+
3+
If you are interested in Refactor but want to first see it in action before even installing,
4+
we have an online playground which can help you. [getrefactor.com](https://getrefactor.com)
5+
is a website where you can write your rules interactively and see how they change the source
6+
code with every new action.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = refactor
3-
version = 0.6.1
3+
version = 0.6.2
44
description = AST-based fragmental source code refactoring toolkit
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)