File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- - Remove traces of camelCase in API (#200 )
8+ ### Breaking Changes
9+
10+ - [ search] ` Search.getEstimatedMatches() ` renamed ` Search.get_estimated_matches() ` (#200 )
11+ - [ search] ` Search.getResults() ` renamed ` Search.get_results() ` (#200 )
12+ - [ suggestion] ` SuggestionSearch.getEstimatedMatches() ` renamed ` SuggestionSearch.get_estimated_matches() ` (#200 )
13+ - [ suggestion] ` SuggestionSearch.getResults() ` renamed ` SuggestionSearch.get_results() ` (#200 )
14+ - [ suggestion] ` SuggestionSearch.getResults() ` renamed ` SuggestionSearch.get_results() ` (#200 )
15+ - [ writer] ` Creator.config_nbworkers() ` param ` nbWorkers ` renamed ` nb_workers ` (#200 )
16+ - [ writer] ` Creator.set_mainpath() ` param ` mainPath ` renamed ` main_path ` (#200 )
17+ - [ writer] ` Creator.add_redirection() ` param ` targetPath ` renamed ` target_path ` (#200 )
18+ - [ writer] ` Creator.add_alias() ` param ` targetPath ` renamed ` target_path ` (#200 )
1119
1220## [ 3.6.0] - 2024-10-15
1321
You can’t perform that action at this time.
0 commit comments