Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes between versions

## 2.0.0: Diet

* added lock to StringUtil
* added lock to EditorBuilder
* added lock to EditorFactory
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about: "Locked EditorFactory" ?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather keep added/removed/fixed as main action description

* removed deprecated features
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add "(see the UPGRADE file for more information)"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite right, I should also add a BC-break warning, even if the change of the MAJOR number is a big hint.


## 1.7.0: Brace yourselves, v2 is coming

* added documentation to upgrade to 2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ editor-like object.

Use [Composer](http://getcomposer.org/) to install Redaktilo in your projects:

composer require "gnugat/redaktilo:~1.0"
composer require "gnugat/redaktilo:~2.0"

Redaktilo provides an `Editor` class which can be instanciated using
`EditorFactory`:
Expand Down
54 changes: 0 additions & 54 deletions src/Gnugat/Redaktilo/Search/LineNumberSearchStrategy.php

This file was deleted.

99 changes: 0 additions & 99 deletions src/Gnugat/Redaktilo/Search/Php/Token.php

This file was deleted.

146 changes: 0 additions & 146 deletions src/Gnugat/Redaktilo/Search/Php/TokenBuilder.php

This file was deleted.

Loading