datasette 1.0a35
datasette 1.0a35 发布,这是一个重大更新。新增了“创建表”界面(支持定义列、主键、自定义列类型、NOT NULL 约束、默认值及单列外键)和“修改表”功能(支持添加、重命名、重排和删除列,更改列类型、默认值、约束、主键和外键,以及重命名表)。同时新增了模板上下文文档,将核心页面中可用的模板变量列为稳定 API(直至 Datasette 2.0),并通过数据类定义和测试确保文档与实际渲染上下文一致。
datasette 1.0a35 发布,这是一个重大更新。新增了“创建表”界面(支持定义列、主键、自定义列类型、NOT NULL 约束、默认值及单列外键)和“修改表”功能(支持添加、重命名、重排和删除列,更改列类型、默认值、约束、主键和外键,以及重命名表)。同时新增了模板上下文文档,将核心页面中可用的模板变量列为稳定 API(直至 Datasette 2.0),并通过数据类定义和测试确保文档与实际渲染上下文一致。
HtmlUnit 5.0.0 has been released, now requiring JDK 17 as the minimum version. Key updates include major JavaScript engine improvements, full Web Crypto API support, WebSocket improvements, Web Speech API support, and updated browser profiles for Firefox 150 and Chrome/Edge 148.
Libomemo.js v0.0.1 has been released as an OMEMO cryptographic library for JavaScript. It provides tools for implementing the OMEMO encrypted messaging protocol in JavaScript applications.
JsPlumb, the JavaScript library for building visual connectivity interfaces, has released a major update with a modernized API and new diagram/2D chart engines. The project is now free for non-commercial use, with packages available for React, Angular, Vue, Svelte, and vanilla JS on the public NPM registry.
Datasette-apps is a new system that allows users to bundle and install full applications within Datasette, turning it into a platform for data-driven apps. It enables developers to create self-contained packages combining SQLite databases, metadata, plugins, templates, and assets.