CHANGES.md in ruby-jss-3.1.0b1 vs CHANGES.md in ruby-jss-3.1.0b2
- old
+ new
@@ -22,9 +22,15 @@
- Jamf::Computer.recovery_lock_password and Jamf::Computer#recovery_lock_password can retrieve stored recovery lock passwords
- There are now several ways to set scopes to all targets.
- The original #include_all has been renamed #set_all_targets, and #include_all is an alias to it
- The symbol :all can be passed to the #set_targets, and #add_target methods as they 'key' parameter, and they will just call #set_all_targets
- There is now a setter #all_targets=(bool) which calls #set_all_targets, or sets @all_targets to false
+ - So All of these are identical:
+ - `some_scope.set_all_targets`
+ - `some_scope.include_all`
+ - `some_scope.set_targets :all`
+ - `some_scope.add_target :all`
+ - `some_scope.all_targets = true`
### Fixed
- Fixed a bug in Jamf::Pager#initialize when constructing the query-path of the paged resource URL
- Fixed a bug in Jamf::Pager#initialize: The instantiate: parameter takes a class, not a boolean
- Fixed a bug in Jamf::CollectionResource.pager: The instantiate: parameter takes a boolean, but must pass a class to Jamf::Pager#initialize