forked from TheGhouls/oct-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
24 lines (19 loc) · 1.04 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.4.1 to 0.4.2
==============
* Headers manipulation methods now update the session headers and make it avaible for all requests (thanks to Mark Owen)
* The ``submit_form`` method now send correcty the headers (thanks to Mark Owen)
* Now using SocketServer for unit testing (thanks to Mark Owen)
* Global unit tests improvements (thanks to Mark Owen)
0.4.2 to 0.4.3
==============
* Remove ``_headers`` property to browser object, the headers manipulation functions now impact directly the
``Browser.session.headers`` dict
* Since ``headers`` keyword argument isn't called anymore, you can add specific headers for a single request
* Add a better history support. The history is now an object and has a previous and a forward methods, see the docs for
all informations
* User can define history object base on the `BaseHistory` class
* Improve tests for new history
* Updated documentation for history
Backward compatibility breaks :
* the private property ``_headers`` no longer exists
* the ``back`` parameter for the ``open_url`` method has been removed