Releases: jsfehler/stere
Releases · jsfehler/stere
v0.13.0
[0.13.0] - 2019-11-16
Added
- Field.is_ and Field.is_not_ methods now use Stere.retry_time if not specified.
- Stere.retry_time can be set through the stere.ini file.
- Repeating and RepeatingArea now have the has_children() method.
Changed
- FindByDataStarAttribute renamed to FindByAttribute
Fixed
- Field.is_present() and Field.is_not_present() now work correctly with FindByAttribute
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
[0.8.0] - 2019-05-30
Added
- Added Money Field in Splinter integration. py-moneyed is used to provide functionality.
v0.7.0
v0.6.1
v0.6.0
[0.6.0] - 2019-02-22
Added
- Field can take the keyword argument "returns". The object given will be returned after Field.perform() is called
- Field now executes Field.perform() when called
Changed
- Stere decorators can now be used by importing Field.decorators
v0.5.0
[0.5.0] - 2019-01-05
Added
- Add Field.value_equals() and Field.value_contains() methods
- Add Areas.containing()
- Add Repeating class to handle ridiculously nested collections
Changed
- Deprecated RepeatingArea.area_with()
- Areas container only accepts Area objects inside it
Fixed
- FindByDataStarAttribute inherits from SplinterBase