Revision history for Basic-Types-XS

0.01    Date/time
        First version, released on an unsuspecting world.

0.07	2025-05-28
	- Adds Object and ClassName types
	- Moves all of import into XS.

0.08	2025-05-29
	- fix use of newXS by instantiating with the Xsub

0.09    2025-05-29
	- Scope the object so you can't do Str->Array anymore.
	- Add StrMatch type
	- Update object to have accessors message, default, coerce, validate.

0.10	2025-05-30
	- Fix the failing test.

0.11	2025-05-30
	- Add new Enum(validate => [qw/m f/]) type.