diff --git a/README.md b/README.md index 6520eaf..f54bc27 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,55 @@ where the SearXNG endpoint is with the `--model MODEL` and $ ws --model=Ollama3.1 --search_url=http://localhost:8000 \ Movies releasing in theaters in 2025 ``` +### Example + +``` +❯ ws Deno 2 new features +Query: Deno 2 new features +This is a detailed announcement from the Deno team about their upcoming release of Deno 2.0, which includes numerous features, bug fixes, and performance improvements. Here's a breakdown of what's new: + +**Key Features** + +1. **npm Support**: Deno now supports installing and managing npm packages. +2. **Experimental Decorators**: Deno introduces experimental decorators, which can be used to add metadata to modules. +3. **Improved Performance**: Deno 2.0 includes various performance improvements, including optimized HTTP client and server handling. +4. **CSS, HTML, YAML Formatters**: Deno now includes CSS, HTML, and YAML formatters, making it easier to format code and files. + +**Bug Fixes** + +The announcement lists numerous bug fixes, including: + +1. **Fixes for npm-related issues**, such as installing and managing packages. +2. **Improvements to the HTTP client**, including improved performance and error handling. +3. **Bug fixes for various Deno modules**, such as `node`, `crypto`, and `sqlite3`. +4. **Improvements to the command-line interface (CLI)**, including better error handling and feedback. + +**Changes** + +1. **GlobalThis.location**: The `globalThis.location` property is now configurable. +2. **Helpful Hints**: Deno 2.0 includes helpful hints when using the `window` global that was removed in previous versions. +3. **Deno Cache**: The "deno cache" option has been removed from the help output. + +**Acknowledgments** + +The Deno team would like to thank their community for their support and contributions, including: + +1. Ian Bull +2. Kenta Moriuchi +3. Mohammad Sulaiman +4. MujahedSafaa +5. Óscar Otero +6. Pig Fang +7. Simon Lecoq +8. Volker Schlecht +9. Carles Escrig Royo + +**Next Steps** + +The Deno team plans to release Deno 2.0 next week, and they will continue to monitor both the Discord and GitHub channels for feedback and bug reports. + +Overall, this announcement highlights the significant progress made in Deno 2.0, which includes numerous features, performance improvements, and bug fixes. The community's support and contributions have been instrumental in shaping the release, and the team is grateful for their help. +``` ### Building for other platforms