# Changelog ### 1.2.1 - Fixed some bugs - New structure for `filterByTitles` and `urlMatch` ### 1.2.0 - Since the last update of google we need to get the cookies from google. This is why we use `puppeteer-real-browser` in this new version to retrieve the cookie and save them in cache for faster requests after this. ### 1.1.8 - Removed duplicates result ### 1.1.7 - Moved from axios to impit ### 1.1.6 - Proxy fixe ### 1.1.5 - Fixed proxy option - Removed useless ### 1.1.4 - Fixed user agent to avoid bad image quality, errors and captcha (gohoski) ### 1.1.3 - Some fixes ### 1.1.2 - Fixed empty result - Removed average color ### 1.1.1 - Fixed empty result ### 1.1.0 - Added google image inverse search engine. You can now search images with a local image or with an image url. ### 1.0.9 - Fixed many bugs - `filterByTitles` is now working - `urlMatch` added in types - All the code have been write back in typescript with a new structure - Removed `execute` - Added `proxy` configuration - Writed back all test with jest ### 1.0.8 - Fixed "ERROR: Cannot assign to "queryName" because it is a constant" (by GaspardCulis) - Removed gstatic url - Added average color, id, title and originalUrl ### 1.0.7 - Readme update ### 1.0.6 - Fixed types - Added `limit` to limit the size of the results ### 1.0.5 - Added types (by christophe77) ### v1.0.4 - New option `urlMatch`. You now get image when an url match a string (example: "cdn") - New option `filterByTitles`. Filter images by titles ### v1.0.3 - New option `execute`. allow you to execute a function to remove "gstatic.com" domains for example ### v1.0.2 - Cannot set 'domains' and 'excludeDomains' as same time - Fixed some bugs - New option `excludeWords` ### v1.0.1 - Added the missing dependencie